Does anybody know if PHP would do connection pooling to Postgres as a
module under AOLServer?
If it would, does anyone have any idea how to configure AOLServer to
connect with pools to Postgres?
My thinking was that the threaded nature of AS would enable PHP to
do connection pooling.
Is it not the webserver that does the actual connection to the database
rather than any module such as PHP?
Thanks.
gh