How to daemonize a HTTPServer

Kushal Kumaran kushal.kumaran+python at gmail.com
Thu Sep 1 01:21:36 EDT 2011


On 1 Sep 2011 08:54, "babbu Pehlwan" <nemjain2 at gmail.com> 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 search for "python daemon" lead to? I believe there's a
python-daemon package available on pypi.

-- 
regards,
kushal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20110901/ff662497/attachment.html>


More information about the Python-list mailing list