Subject: CVS commit: wip/py-processing
From: Kamel Derouiche
Date: 2010-01-03 23:19:21
Message id: E1NRYnQ-0007I9-V6@sfp-cvsdas-2.v30.ch3.sourceforge.com

Log Message:
Import py25-processing-0.52 as wip/py-processing.

Processing is a Python package which supports the spawning of processes
using the API of the standard library's threading module. Features include:

 * 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.


Files:
RevisionActionfile
1.1importwip/py-processing/distinfo
1.1importwip/py-processing/Makefile
1.1importwip/py-processing/PLIST
1.1importwip/py-processing/DESCR