Gloria wrote: > > Yes, I'm using this in a CherryPy threaded web app. One request could > take a long time, based on search criteria. But each query runs in > it's own thread, with it's own isolated session.
right but, a set of threads could be hanging for a long time, is my point. like if hitting one webpage made a separate AJAX call that is not returning, or if you were hitting the site with a multithreaded tool like apache ab, for example. as I've said, the session handling is fine. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
