On 06.Mar.2003 -- 03:45 PM, arturl wrote:
>
>
> > > 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
> > 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 block
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 mul
> >
> >
>
> 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) res
On 05.Mar.2003 -- 10:33 AM, arturl wrote:
>
>
> > On 04.Mar.2003 -- 06:10 PM, arturl wrote:
> > > Hello,
> > >
> > > My cocoon app is hanging on mysql database access.
> > > I've got following messages in core.log:
> > > DEBUG (2003-03-04) 18:01.38:704 [core.datasources.foo] (/foo.html)
> > >
> On 04.Mar.2003 -- 06:10 PM, arturl wrote:
> > Hello,
> >
> > My cocoon app is hanging on mysql database access.
> > I've got following messages in core.log:
> > DEBUG (2003-03-04) 18:01.38:704 [core.datasources.foo] (/foo.html)
> > Thread-268/ResourceLimitingPool: Blocking until a Poolable
On 04.Mar.2003 -- 06:10 PM, arturl wrote:
> Hello,
>
> My cocoon app is hanging on mysql database access.
> I've got following messages in core.log:
> DEBUG (2003-03-04) 18:01.38:704 [core.datasources.foo] (/foo.html)
> Thread-268/ResourceLimitingPool: Blocking until a Poolable is available.
>
Hello,
My cocoon app is hanging on mysql database access.
I've got following messages in core.log:
DEBUG (2003-03-04) 18:01.38:704 [core.datasources.foo] (/foo.html)
Thread-268/ResourceLimitingPool: Blocking until a Poolable is available.
Thread: Thread-268
I use this driver class:
com.mysql.