How to daemonize a HTTPServer
Martin P. Hellwig
martin.hellwig at gmail.com
Thu Sep 1 06:32:35 EDT 2011
More information about the Python-list mailing list
Thu Sep 1 06:32:35 EDT 2011
- Previous message (by thread): How to daemonize a HTTPServer
- Next message (by thread): How to daemonize a HTTPServer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 could use the multiprocessing module for, but then again my crystal ball is a bit fuzzy today. -- mph
- Previous message (by thread): How to daemonize a HTTPServer
- Next message (by thread): How to daemonize a HTTPServer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list