Re: connection to server not accepted (but no error) only after several hours

2007-01-18 Thread seb
Hi Dennis, I think I have some new informations. My system is blocked now but the following change make it work again !!! I will test it for tonight to be sure of the improvements. I changed : service.bind((, self.PORT)) to service.bind((socket.gethostname(),

Re: connection to server not accepted (but no error) only after several hours

2007-01-17 Thread seb
Hi Dennis, I am using indeed using python logging in the appel_log2 module. But I wanted to keep it extremly simple while accepting connection from different processes or thread. Regarding my main problem, I did some more testing : 1) I have enabled one time server that can be run as a service

connection to server not accepted (but no error) only after several hours

2007-01-16 Thread seb
Hi, this simple server (time protocol) does not respond after a few hours, even when it is restarted. The behaviour looks to me like a firewall blocking but I have desabled the firewall. Using Netstat - a I find the server listed when it is running and not listed when I stop it. The server starts