> 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.
> > Thread: Thread-268

>
> You sure return all datasources back to the pool, don't you.

> IOW which components that you have use the datasource? Stock
> components should be safe, your own may have a leak?
>
I use the datasource on my custom xsp pages by esql logicsheet:
<esql:connection>
  <esql:pool>connectionName</esql:pool>
</esql:connection>
Can you give me a clue how to ensure returning the datasource to the pool
(and where to check for it)?

Artur




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

Reply via email to