Re: Datasource from pool

2003-03-06 Thread Christian Haul
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

Re: Datasource from pool

2003-03-06 Thread arturl
> > 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

Re: Datasource from pool

2003-03-06 Thread Christian Haul
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

Re: Datasource from pool

2003-03-05 Thread arturl
> > > > > > 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

Re: Datasource from pool

2003-03-05 Thread Christian Haul
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) > > >

Re: Datasource from pool

2003-03-05 Thread arturl
> 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

Re: Datasource from pool

2003-03-04 Thread Christian Haul
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. >

Datasource from pool

2003-03-04 Thread arturl
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.