> > 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. Yes, I understand it. I just wonder, why there's a hangup of the pool if all connections should be returned.
>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. I'm trying on that. BTW - is there a formula on counting the optimal size of the pool (taking into account number of concurrent connections)? Artur --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]