Re: Python service gets interrupted function call

2007-10-12 Thread Roger Upole
"ashish" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi All, > I wanted to know how to handle events like 'logoff' in the main thread > so that any process which is being run by svcDoRun method of service > does not get 'interrupted function call' exception. > > I am posting a ve

Python service gets interrupted function call

2007-10-10 Thread ashish
Hi All, I wanted to know how to handle events like 'logoff' in the main thread so that any process which is being run by svcDoRun method of service does not get 'interrupted function call' exception. I am posting a very simple service program , and i want to know that is there a way to handle such