> this works, great! thanks!!! > my app is going to connect over a few dbs and do stuff over and over again... > is this going to pool the db connections or create a new connection > everytime? it is fine even if it creates a new connection, but will it > close the old connection?
It should close the old connection; if you want it to pool properly, use 0.3. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
