Re: moving Connection/PipeConnection between processes

2009-06-14 Thread Randall Smith
Now that I've done some homework, everything you said is clear. Mike Kazantsev wrote: Pickle has nothing to do with the problem since it lay much deeper: in the OS. From kernel point of view, every process has it's own "descriptor table" and the integer id of the descriptor is all the process

Re: moving Connection/PipeConnection between processes

2009-06-13 Thread Randall Smith
Mike Kazantsev wrote: On Sat, 13 Jun 2009 02:23:37 -0500 Randall Smith wrote: I've got a situation in which I'd like to hand one end of a pipe to another process. First, in case you ask why, a spawner process is created early before many modules are imported. That spawner process is respon

Re: moving Connection/PipeConnection between processes

2009-06-13 Thread jenifer adam
On Jun 13, 1:11 pm, Mike Kazantsev wrote: > On Sat, 13 Jun 2009 02:23:37 -0500 > > > > > > Randall Smith wrote: > > I've got a situation in which I'd like to hand one end of a pipe to > > another process.  First, in case you ask why, a spawner process is > > created early before many modules are

Re: moving Connection/PipeConnection between processes

2009-06-13 Thread Mike Kazantsev
On Sat, 13 Jun 2009 02:23:37 -0500 Randall Smith wrote: > I've got a situation in which I'd like to hand one end of a pipe to > another process. First, in case you ask why, a spawner process is > created early before many modules are imported. That spawner process is > responsible for creati