We have an application running as a service. Currently if the operating system is suspended then the application will crash and not resume correctly. This is really difficult to debug. Is there a way using python to capture an event pre-suspend or hibernate?
Asked
Active
Viewed 184 times
0
-
This might help you. http://stackoverflow.com/questions/1959669/python-freezes-after-computer-sleep-hibernate – Stephen Lin Oct 10 '14 at 13:10
-
@m170897017 do you know if this works with services? – user204088 Oct 10 '14 at 14:34
-
No, I didn't give it a try. You can try it by yourself. :) – Stephen Lin Oct 11 '14 at 01:28