On the SQLObject wiki there's a page (http://wiki.sqlobject.org/ connections.html , from 2004) that says:
Connection no-no's: When passing connection parameters in it can be tempting to create a new connection whenever one is needed, rather than keep track of ones created elsewhere. As far as I can tell there is no way to clean up/ close these connections after you are finished with them. Obviously that can quickly eat up the available connections to your database. This might be at the root of my problem. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

