https://github.com/kafkasl/pipeoperator
Example of how to implement a Pool of threads with fork and pipes on Python to compute arithmetic operations
https://github.com/kafkasl/pipeoperator
Last synced: about 2 months ago
JSON representation
Example of how to implement a Pool of threads with fork and pipes on Python to compute arithmetic operations
- Host: GitHub
- URL: https://github.com/kafkasl/pipeoperator
- Owner: kafkasl
- Created: 2015-12-30T15:34:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T18:12:07.000Z (over 4 years ago)
- Last Synced: 2025-02-08T05:28:23.686Z (3 months ago)
- Language: Python
- Homepage:
- Size: 3.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pipeOperator
Example of how to implement a Pool of threads with fork and pipes on Python to compute arithmetic operations
PDF file contains further information. The bash script calls some parametrized executions with the provided input file.