Skip to content

Implementation of the process pool using fork and pipes.

Notifications You must be signed in to change notification settings

alpinus4/process-pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C99 Process pool

Implementation of the process pool using fork and pipes with example task of counting primes in range.

How to prepare working environment

  1. You need to have cmake installed.
  2. Configure cmake and build cmake -S . -B cmake-build cmake --build cmake-build
  3. Run ./cmake-build/process_pool

About

Implementation of the process pool using fork and pipes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published