How to daemonize a HTTPServer

B

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.
 
N

nemi

Sounds like something you could use the multiprocessing module for, but
then again my crystal ball is a bit fuzzy today.

Thanks dear, the issue get solved now. You are absolutely right,
actually I was daemonising the same thread. Now I have created a
seperate thread for the server.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,159
Messages
2,570,879
Members
47,414
Latest member
GayleWedel

Latest Threads

Top