https://github.com/00ryanwelzel/cse330producerconsumer
OS class backup. Creates and eliminates zombie processes.
https://github.com/00ryanwelzel/cse330producerconsumer
linux-kernel zombie-processes
Last synced: 3 months ago
JSON representation
OS class backup. Creates and eliminates zombie processes.
- Host: GitHub
- URL: https://github.com/00ryanwelzel/cse330producerconsumer
- Owner: 00ryanwelzel
- Created: 2025-06-17T23:34:17.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-20T00:53:24.000Z (4 months ago)
- Last Synced: 2025-06-20T01:33:49.037Z (4 months ago)
- Topics: linux-kernel, zombie-processes
- Language: C
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSE330producerConsumer
## (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