Try one of these: (in order of my preference)
http://datamining.anu.edu.au/~ole/pypar/
http://www.parallelpython.com/
http://www.its.caltech.edu/~astraw/seppo.html
http://www-users.cs.york.ac.uk/~aw/pylinda/
They exist on a higher level than pure IPC in that running a master
server, spawning clie
Sagar Khushalani wrote:
> i have 5 processes. out of these, i need 1 to start a queue that can
> be shared between the other 4. 2 of them will add messages to the
> queue and 2 will read and remove off of it. any ideas? i'm a little
> confused how to share the queue between them.
The Python "Qu
i have 5 processes. out of these, i need 1 to start a queue that can be shared
between the other 4. 2 of them will add messages to the queue and 2 will read
and remove off of it. any ideas? i'm a little confused how to share the queue
between them.
Sagar Khushalani
Graduate Student, UTA
Net