On Monday 12 September 2005 02:27 am, firingme wrote:

> I want to know is there any package can give me a DB Connection Pool
> in a mod_perl application ?

> I've checked Apache::DBI, but it seems that it'll initialze a
> new connection when a new thread born.

Do you mean thread or process? I'm not sure how Apache::DBI works with 
threads, but there's no way to pool DB connections between processes that I'm 
aware of. Apache::DBI will pool within a process though, and keep the db 
connections open between http connections.

What are you trying to do?


-- 
"Human ways are often unfathomable, but in time, one learns to live with 
them."
"If one has an exceedingly strong constitution."
- Delenn and G'Kar in Babylon 5:"The War Prayer"

Reply via email to