[phplib] permentent db connections From: Arno A. Karner (karner <email protected>)
Date: 10/28/00

one thing i would like to see is, or maybe it already is when you close
a perm db connection, does it close, or is it released to the pool. if
its closed i would like to see it relesed to the pool.

then when user hits page for first time
session get db handle, releases
auth gets db handle, release
your application gets handle release
session get handle, release
thead ends all db connections closed or released

other wise initial load get 3 db handles, and subsequent pages get 2

-- 
My opinions are my own and not that of my employer even if I am self
employed

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>