Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eastonarcher/c-process-management
⚡Unified parent process oversees multiple child processes, outputting 'hello' with unique Process ID. Showcases efficient process management framework.
https://github.com/eastonarcher/c-process-management
c process-management
Last synced: about 2 months ago
JSON representation
⚡Unified parent process oversees multiple child processes, outputting 'hello' with unique Process ID. Showcases efficient process management framework.
- Host: GitHub
- URL: https://github.com/eastonarcher/c-process-management
- Owner: EastonArcher
- Created: 2024-01-03T22:44:59.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-30T04:58:01.000Z (9 months ago)
- Last Synced: 2024-03-30T05:33:57.733Z (9 months ago)
- Topics: c, process-management
- Language: C
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# System Programming and Process Management
Developed a system for the creation and supervision of multiple child processes within a unified parent process by using the fork() and wait() system calls. Each individual child process is tasked with outputting a 'hello' message, accompanied by its unique Process ID (PID), prior to concluding its execution. This project establishs a robust framework for efficient process management and communication within a computing environment.
***(School Project)***