psychogenic skrev: > No response here, so I went ahead and created a patch for solution > #2. It is available in web.py's launchpad bug reporter at > https://bugs.launchpad.net/webpy/+bug/422679 > > HTH, > Pat Deegan
Hi Pat, It's been a long time since I've done anything with web.py, but I recently got back in. I see that the HTTP server threads are still not created as daemons, which is quite annoying during development if for some keep-alive reason they do not react to a SIGINT on the main thread. To be honest, I did not look at your patch, so maybe you already implemented this, but just in case: it would be great if we could set the daemon flag for those threads so they exit no matter what if the main thread dies. Greetings, Hraban Luyat --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
