Hi
The systems I implement using POG are accessed by many users
concurrently. I recently read that it is important to make use of
connection pooling when dealing with multiple simultaneous users.
In your typical LAMP stack that makes use of POG, would POG be
responsible for connection pooling or would this be handled further
down the stack?
If POG is indeed responsible for connection pooling, could you please
provide brief insight as to how it manages this feature? If not, where
should I look next to ensure that this pooling is functioning?