in reply to Re: Closing Connections using HTTP::Daemon
in thread Closing Connections using HTTP::Daemon

re: your update. I needed to use the select method, since accept was blocking, preventing other threads from getting time. (There's also a client thread that gathers RSS feeds, and another that manages some serial ports.)
  • Comment on Re^2: Closing Connections using HTTP::Daemon