I have a system that is starting to get some moderate traffic and am
using POG 3.0d. We're starting to see what appear to be database
connections left open. Pages that work normally will never
return...like their waiting for a connection and they're all being
held. I'm in a shared hosting environment and according to them we
have up to 150 connections available to us (seemed like a lot in a
shared environment to me).
I notice below that the design is to allow the connections to close
automatically when the script ends:
http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/9abe26855bb8f087/68deefd83c8f0b50?lnk=gst&q=close#68deefd83c8f0b50
In the system, I use only the POG methods to access the database
(GetList, Get, Save, etc). Does my problem sound familiar?