this:
import time
time.sleep(60)
And we run the main server and kill it after that (i.e. using netstat to find
the PID), we'll see that the new process which does nothing besides wait for
60 second will listen on port 1234 (use netstat to confirm).
Anyone has an idea on how to circumvent th
On Friday 26 December 2008 03:24:41 mldspen...@aol.com wrote:
> I don't have time to work my way through the online Python tutorial. I've
> tried a couple of forums but nobody has answered my questions.
There are loads of Python tutorials on the net, some will teach you the basics
in 5 minutes, o
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'