Re: daemonizing after binding to port

2010-06-20 Thread Nobody
On Sun, 20 Jun 2010 20:00:14 +1000, Ben Finney wrote: >> I'm starting a SocketServer.TCPServer in my program, but since I want >> to report problems to script starting the program, I want to go daemon >> *after* TCPServer has done binding to port. >> >> Is this likely to cause problems? I mean, my

Re: daemonizing after binding to port

2010-06-20 Thread Ben Finney
mk writes: > I'm starting a SocketServer.TCPServer in my program, but since I want > to report problems to script starting the program, I want to go daemon > *after* TCPServer has done binding to port. > > Is this likely to cause problems? I mean, my client works when I do > the above, that is, i

daemonizing after binding to port

2010-06-18 Thread mk
Hello everyone, I'm starting a SocketServer.TCPServer in my program, but since I want to report problems to script starting the program, I want to go daemon *after* TCPServer has done binding to port. Is this likely to cause problems? I mean, my client works when I do the above, that is, it