On Jul 27, 2005, at 10:46 AM, [EMAIL PROTECTED] wrote:

I'm now testing with pg_pool installed on each apache frontend with 260 pg_pool preforked clients in each machine.

Why did you pick 260?

You don't need a 1:1 ratio. That is the point of the pool. Those connections are "shared". Chances are extremely high that all your apache clients are not issuing queries at the same exact time so your queries end up getting funnelled into those X connections.

I ran with 32 kids on pg_pool and 350 apache processes. never had a problem.

--
Jeff Trout <[EMAIL PROTECTED]>
http://www.jefftrout.com/
http://www.stuarthamm.net/



---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to