At 04:46 PM 9/4/01 -0500, Love, Jay wrote:
>Yeah, a try: except: around handleRequest would catch a lot of this, I
>THINK, but it makes me a little nervous to do a catch that big. It just
>seems a little cludgy. But I guess as long as the except logs the error
>somehow (just print to stdout), its better than nothing.
>
>I haven't looked at any of this, but why was that particular exception
>hanging the thread?
>
>Jay

I'll bet that the unhandled exception actually caused the thread to exit, 
not hang.  The behavior would be the same in either case I think -- one 
less thread able to handle requests. When all threads are gone, the 
appserver is wedged.


--

- Geoff Talvola
   [EMAIL PROTECTED]

_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to