in reply to Re: Catching a signal causes my socket server to die
in thread Catching a signal causes my socket server to die

By the way, I found the accept() loop in the 3rd party server module I was using and modified it. It works, it's a generally applicable piece of knowledge for me, and it seems like the right solution for my problem. Thanks much!
  • Comment on Re^2: Catching a signal causes my socket server to die