Elementary parallel programming for Python
Project description
This package is deprecated - please see the pprocess package instead!
The pprocess module provides elementary support for parallel programming in Python using a fork-based process creation model in conjunction with a channel-based communications model implemented using socketpair and poll.