Distribution: OpenMandriva Cooker
Repository: OpenMandriva Contrib x86_64
Package name: python-processing
Package version: 0.52
Package release: 2-omv2013.0
Package architecture: x86_64
Package type: rpm
Installed size: 440.18 KB
Download size: 89.26 KB
Official Mirror: abf-downloads.openmandriva.org
processing is a package for the Python language which supports the spawning
of processes using the API of the standard library's threading module. It
runs on both Unix and Windows.
Features:
* Objects can be transferred between processes using pipes or
multi-producer/multi-consumer queues.
* Objects can be shared between processes using a server process or
(for simple data) shared memory.
* Equivalents of all the synchronization primitives in threading are
available.
* A Pool class makes it easy to submit tasks to a pool of worker
processes.