jholtom / webvirt

WebVirt - LibVirt web managment.
Other
5 stars 1 forks source link

Freeze on sigint #5

Open pefoley2 opened 11 years ago

pefoley2 commented 11 years ago

webvirt freezes for a few seconds before exiting when I do CTRL-C. This may be related to either the libvirt connection or a http connection, but i haven't been able to determine the exact cause.

michaelsmithxyz commented 11 years ago

This has to do with multiple threads being interrupted, and is, I believe, a property of the web.py HTTP server rather than webvirt code.