Re: [Webware-discuss] debugging Webware application threading problems

2006-09-14 Thread Christoph Zwerschke
Will Sadkin wrote: > What I was wondering if anyone had any ideas on how to isolate > which thread was the culprit. Is there any log support or other > means from webware that could help me or do I have to manually > try to track down all the created threads and do printf debugging > to isolate th

[Webware-discuss] debugging Webware application threading problems

2006-09-14 Thread Will Sadkin
Hi all, We have a webkit application using threadedAppServer wrapped in the pythonservice framework as a windows system service, and it has recently decided to stop stopping reliably... My guess is that some thread is hanging out and not getting the message, and so the process never terminates.