Jeremy,
mod_python does a good job of isolating errors on one request from
another request.
Is that mod_python or is that the prefork MPM?
I think it's reasonable to expect that from any WSGI server, no?
Oh, probably. :)
Is it possible for a mis-behaving request handler to take down the
Aspen process? :)
Oh, probably. :)
Good food for thought, thanks. As mentioned, Aspen wraps
cherrypy.wsgiserver, which uses a pool of threads to handle
requests. Exceptions will only affect a single request, but I
haven't looked at other ways a thread could crash/hang.
chad
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django
users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---