Re: How to stop subprocesses from copying listening sockets

2008-12-25 Thread Rick van Hattem
On Friday 26 December 2008 04:05:43 Roy Smith wrote: > In article , > > Rick van Hattem wrote: > > Recently I've started building a program that spawns new processes when > > requested via http, since the http interface doesn't need to be fancy > > I've just used the BaseHTTPServer module for thi

Re: How to stop subprocesses from copying listening sockets

2008-12-25 Thread Roy Smith
In article , Rick van Hattem wrote: > Recently I've started building a program that spawns new processes when > requested via http, since the http interface doesn't need to be fancy I've > just used the BaseHTTPServer module for this, but... it seems I'm running > into a little problem. When

How to stop subprocesses from copying listening sockets

2008-12-25 Thread Rick van Hattem
Hi everyone, Recently I've started building a program that spawns new processes when requested via http, since the http interface doesn't need to be fancy I've just used the BaseHTTPServer module for this, but... it seems I'm running into a little problem. When spawning a new process (which for