On 05.Mar.2003 -- 12:11 PM, arturl wrote:
> > ESQL *should* be safe. Look at the logs (set log level to "debug"!)
> > and try to find lines indicating that the connection is returned to
> > the pool.
> >
> Generally all connections are returned. But increasing number of accessing
> the pool (by multiplying number of requested xsp pages) results in pool
> blocking. Is it a normal situation?

Sure, if you have a pool of 10, you may have 10 concurrent
users. Every additional user is blocked until a connection is returned
to the pool. OTOH it should only be fractions of a second that a
connection is used. Maybe you should just increase the number of
connections in your pool.

> Shouldn't  the connections be returned anyway?

Can't parse that.

        Chris.
-- 
C h r i s t i a n       H a u l
[EMAIL PROTECTED]
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to