Hi Diez, Thanks for the info. I've tried to instantiate sessions in each def: where one is used, but that's lead to another problem:
TimeoutError: QueuePool limit of size 5 overflow 10 reached, connection timed out, timeout 30 I'm guessing I need to do a session.close() at the end of each request/ response, but I don't know where that would bee (or even where to look - this is actually all really frustrating). This may or may not be related, but is it better to use autocommit=True or False in sessions? Cheers, Demitri --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

