Re: [HACKERS] Re: Client Side Connection Pooling

2001-08-07 Thread Doug McNaught
"August Zajonc" <[EMAIL PROTECTED]> writes: > One possible pooling model is to have a bunch of worker connections opened > to the pgsql instance. Then as sql statements arrive the they are routed > through an available connection that is open but not doing any work. So 100 > inbound connection ma

[HACKERS] Re: Client Side Connection Pooling

2001-08-07 Thread August Zajonc
Connection pooling can be done two places. Server side or client side, though client side in reality may be a middle-tier layer, not an actual application. One possible pooling model is to have a bunch of worker connections opened to the pgsql instance. Then as sql statements arrive the they are