https://github.com/00ryanwelzel/producerconsumer
OS class backup. Creates and eliminates zombie processes.
https://github.com/00ryanwelzel/producerconsumer
linux-kernel zombie-processes
Last synced: about 1 month ago
JSON representation
OS class backup. Creates and eliminates zombie processes.
- Host: GitHub
- URL: https://github.com/00ryanwelzel/producerconsumer
- Owner: 00ryanwelzel
- Created: 2025-06-17T23:34:17.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-09-01T22:26:11.000Z (about 2 months ago)
- Last Synced: 2025-09-02T00:21:50.571Z (about 2 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 consumedRequirements:
- Linux OS
- GCC compiler