On Mon, 29 Nov 1999 [EMAIL PROTECTED] wrote:
> Yes! But I recommend backend pool too. What is it? The postmaster task runs now
> backend for each query. Good. But After query backend finished. I recommend to
> stay backend running within a some timeout. If the next query occured
> the postmaster redirect query to any idle backend or run a new one unless. Then
> backend serve some connections it shut down itself, this prevents memory leaks.
Somebody advised me to do such thing with servlets, holding pool of
connections in one srvlet and give them as they are needed, but frankly
speaking i have no idea how to do it. Does anybodyhas such examples with
Connection pools?
mazek

 Marcin Mazurek

-- 
administrator
MULTINET SA o/Poznan
http://www.multinet.pl/


************

Reply via email to