rh-lab-q / remote-dependency-solving

GNU General Public License v3.0
10 stars 1 forks source link

Server ends in a weird way #78

Closed mruprich closed 9 years ago

mruprich commented 9 years ago

If I understand the code correctly, the server accepts one connection and if it somehow fails the server will terminate. I don't see a reason why... I think that it should log some info into log file but than it should restore the socket and keep listening. If the server runs as a daemon and it ends with the first bad socket operation thats not very useful I guess...

jridky commented 9 years ago

server now end only by calling signal interuption, in other error caases just print error message into log and close old socket