Author: | R Oudkerk |
---|---|
Contact: | r.m.oudkerk at gmail.com |
Url: | http://cheeseshop.python.org/pypi/processing |
The processing package is intended to be a portable analogue of the threading module, but using processes instead of threads. A sub-package processing.dummy has the same API, but is a thin wrapper around threading.
Objects can be shared between processes by using a manager. Communication between processes is achieved using sockets (or alternatively on Windows by named pipes).