Fionn,
does that actually "hang" Appserver? It appears that
ThreadedAppServer already does have a higher-level
catch-all try/except block like I just suggested:
line 247
try:
rh.handleRequest()
except:
traceback.print_exc(file=sys.stderr)
This would print those tracebacks you're getting, but it
shouldn't "hang" the AppServer. Correct me if I'm wrong.
Tavis
> Want to get your AppServer hung pretty fast?
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel