Prev         Up         Next

The processing package

Author: R Oudkerk
Contact: r.m.oudkerk at gmail.com
Url:http://cheeseshop.python.org/pypi/processing

Description

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 uses sockets (or named pipes) and digest authentication.

Contents

See also