Re: Caching DBI handles with IPC?

2000-02-08 Thread Greg Stark
Saar Picker <[EMAIL PROTECTED]> writes: > Thanks for responding. We currently are cacheing DB connections > per-process. However, with 40-50 processes per server, and 4+ machines per > DB server, and 3-5 connections per process, you can see how the number of > connections per DB server gets rath

Re: Caching DBI handles with IPC?

2000-02-08 Thread Autarch
On Tue, 8 Feb 2000, Saar Picker wrote: > Thanks for responding. We currently are cacheing DB connections > per-process. However, with 40-50 processes per server, and 4+ machines per > DB server, and 3-5 connections per process, you can see how the number of > connections per DB server gets rather

Re: Caching DBI handles with IPC?

2000-02-08 Thread Saar Picker
Thanks for responding. We currently are cacheing DB connections per-process. However, with 40-50 processes per server, and 4+ machines per DB server, and 3-5 connections per process, you can see how the number of connections per DB server gets rather large. I think the problem lies with the CODE

Re: Caching DBI handles with IPC?

2000-02-08 Thread DeWitt Clinton
On Tue, 8 Feb 2000, Saar Picker wrote: > I've been trying cache DBI database handles using IPC::Shareable and > IPC::Cache(based on ShareLite) without much luck. This is not necessarily > a mod-perl problem, but I figured someone on this list must have tried > this already. Hi Saar -- sorry I ha

Caching DBI handles with IPC?

2000-02-08 Thread Saar Picker
Hi all, I've been trying cache DBI database handles using IPC::Shareable and IPC::Cache(based on ShareLite) without much luck. This is not necessarily a mod-perl problem, but I figured someone on this list must have tried this already. With either module, I get the following error message: [Tu