Re: How to daemonize a HTTPServer

2011-09-02 Thread nemi
On Sep 1, 6:32 am, "Martin P. Hellwig" wrote: > On 01/09/2011 04:16, babbu Pehlwan wrote: > > > I have written a http server using BaseHTTPServer module. Now I want > > to instantiate it through another python script. The issue here is > > after instantiate the control doesn't come back till the s

Re: How to daemonize a HTTPServer

2011-09-01 Thread Martin P. Hellwig
On 01/09/2011 04:16, babbu Pehlwan wrote: I have written a http server using BaseHTTPServer module. Now I want to instantiate it through another python script. The issue here is after instantiate the control doesn't come back till the server is running. Please suggest. Sounds like something you

Re: How to daemonize a HTTPServer

2011-08-31 Thread Kushal Kumaran
On 1 Sep 2011 08:54, "babbu Pehlwan" wrote: > > I have written a http server using BaseHTTPServer module. Now I want > to instantiate it through another python script. The issue here is > after instantiate the control doesn't come back till the server is > running. Please suggest. What did a web

How to daemonize a HTTPServer

2011-08-31 Thread babbu Pehlwan
I have written a http server using BaseHTTPServer module. Now I want to instantiate it through another python script. The issue here is after instantiate the control doesn't come back till the server is running. Please suggest. -- http://mail.python.org/mailman/listinfo/python-list