Re: multiprocessing managers and socket connection.

2009-09-18 Thread Chris
On Aug 31, 10:41 pm, Terry terry.yin...@gmail.com wrote: On Aug 26, 7:25 pm, Chris chris...@gmail.com wrote: On Aug 25, 9:11 pm, Terry terry.yin...@gmail.com wrote: On Aug 25, 10:14 pm, Chris chris...@gmail.com wrote: I've been using multiprocessing managers and I really like the

Re: multiprocessing managers and socket connection.

2009-09-18 Thread bouncy...@gmail.com
Is this server something you wrote from scratch or something that is just being used. Some details are left out -- --Original Message-- From: Chris chris...@gmail.com To: python-list@python.org Date: Fri, 18 Sep 2009 09:10:15 AM -0700 Subject: Re: multiprocessing managers

Re: multiprocessing managers and socket connection.

2009-09-18 Thread Chris
, 18 Sep 2009 09:10:15 AM -0700 Subject: Re: multiprocessing managers and socket connection. On Aug 31, 10:41 pm, Terry terry.yin...@gmail.com wrote: On Aug 26, 7:25 pm, Chris chris...@gmail.com wrote: On Aug 25, 9:11 pm, Terry terry.yin...@gmail.com wrote: On Aug 25, 10:14 pm, Chris

Re: multiprocessing managers and socket connection.

2009-09-01 Thread Terry
On Aug 26, 7:25 pm, Chris chris...@gmail.com wrote: On Aug 25, 9:11 pm, Terry terry.yin...@gmail.com wrote: On Aug 25, 10:14 pm, Chris chris...@gmail.com wrote: I've been using multiprocessing managers and I really like the functionality. I have a question about reconnecting to

Re: multiprocessing managers and socket connection.

2009-08-26 Thread Chris
On Aug 25, 9:11 pm, Terry terry.yin...@gmail.com wrote: On Aug 25, 10:14 pm, Chris chris...@gmail.com wrote: I've been using multiprocessing managers and I really like the functionality. I have a question about reconnecting to a manager. I have a situation where I start on one machine

Re: multiprocessing managers and socket connection.

2009-08-25 Thread Terry
On Aug 25, 10:14 pm, Chris chris...@gmail.com wrote: I've been using multiprocessing managers and I really like the functionality. I have a question about reconnecting to a manager. I have a situation where I start on one machine (A) a manager that is listening and then on another machine