Re: multiprocessing managers and socket connection.

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

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 To: Date: Fri, 18 Sep 2009 09:10:15 AM -0700 Subject: Re: multiprocessing managers and socket connection. On Aug 31

Re: multiprocessing managers and socket connection.

2009-09-18 Thread Chris
On Aug 31, 10:41 pm, Terry wrote: > On Aug 26, 7:25 pm, Chris wrote: > > > > > On Aug 25, 9:11 pm, Terry wrote: > > > > On Aug 25, 10:14 pm, Chris wrote: > > > > > I've been using multiprocessing managers and I really like the > > > > functionality. > > > > > I have a question about reconnectin

Re: multiprocessing managers and socket connection.

2009-08-31 Thread Terry
On Aug 26, 7:25 pm, Chris wrote: > On Aug 25, 9:11 pm, Terry wrote: > > > > > > > On Aug 25, 10:14 pm, Chris 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 > > > wher

Re: multiprocessing managers and socket connection.

2009-08-26 Thread Chris
On Aug 25, 9:11 pm, Terry wrote: > On Aug 25, 10:14 pm, Chris 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 liste

Re: multiprocessing managers and socket connection.

2009-08-25 Thread Terry
On Aug 25, 10:14 pm, Chris 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 (B) connects to

multiprocessing managers and socket connection.

2009-08-25 Thread Chris
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 (B) connects to that manager and uses its proxy object to cal