Re: [python-win32] message queueing between processes

2008-02-18 Thread Gerdus van Zyl
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

Re: [python-win32] message queueing between processes

2008-02-18 Thread Tim Roberts
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

[python-win32] message queueing between processes

2008-02-17 Thread Sagar Khushalani
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