https://github.com/00ryanwelzel/producerconsumer
Creates and eliminates zombie processes.
https://github.com/00ryanwelzel/producerconsumer
linux-kernel zombie-processes
Last synced: 10 days ago
JSON representation
Creates and eliminates zombie processes.
- Host: GitHub
- URL: https://github.com/00ryanwelzel/producerconsumer
- Owner: 00ryanwelzel
- Created: 2025-06-17T23:34:17.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-09-01T22:26:11.000Z (9 months ago)
- Last Synced: 2025-09-14T08:55:53.756Z (9 months ago)
- Topics: linux-kernel, zombie-processes
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# producerConsumer
## (Ryan Welzel 6/19/2025)
Creates, identifies, and removes zombie processes.
---
Features:
- Creates n zombie producers on __init
- Details the proc info of the zombies consumed
Requirements:
- Linux OS
- GCC compiler