Re: pipe using python

2010-10-16 Thread Jerry Hill
On Sat, Oct 16, 2010 at 5:42 AM, hiral wrote: > Like we 'named pipes', how we can achieve comminication between more > than two processes. > And how it can be scaled to remote machines? > Any idea? Have you looked at the multiprocessing module? It handles communication between processes both loc

Re: pipe using python

2010-10-16 Thread hiral
I am planning to use python module if available. -- http://mail.python.org/mailman/listinfo/python-list

Re: pipe using python

2010-10-16 Thread Alex A.
Hi, I use RabbitMQ in such cases. Hopefully this could help you. Regards, Alex On 10/16/10, hiral wrote: > Hi, > > Like we 'named pipes', how we can achieve comminication between more > than two processes. > And how it can be scaled to remote machines? > Any idea? > > Thank you. > -- > http://m

pipe using python

2010-10-16 Thread hiral
Hi, Like we 'named pipes', how we can achieve comminication between more than two processes. And how it can be scaled to remote machines? Any idea? Thank you. -- http://mail.python.org/mailman/listinfo/python-list