This extension module is written in pure python and takes advantage of parallel processing using processes instead of system threads.
It provides a bidirectional pipe between the parent and the child processes via a common protocol, based on twisted's spawnProcess().
Also, it provides a powerful Pool class, allowing parallel processing even easier and 100% twisted-like.