Re: Database connection from flowscript

2003-12-01 Thread Matthias Stöckel
Joerg Heinicke wrote: On 28.11.2003 13:32, Matthias Stöckel wrote: Hi Mariusz, we encountered the same problem. Our case was a little bit different, but the results were definitely the same (>1500 open connection on the DB). I think the problem is that the connection will only being returned to

Re: Database connection from flowscript

2003-11-28 Thread Joerg Heinicke
On 28.11.2003 13:32, Matthias Stöckel wrote: Hi Mariusz, we encountered the same problem. Our case was a little bit different, but the results were definitely the same (>1500 open connection on the DB). I think the problem is that the connection will only being returned to the pool, as soon as

Re: Database connection from flowscript

2003-11-28 Thread Matthias Stöckel
Hi Mariusz, we encountered the same problem. Our case was a little bit different, but the results were definitely the same (>1500 open connection on the DB). I think the problem is that the connection will only being returned to the pool, as soon as the continuation object gets destroyed, and th

Database connection from flowscript

2003-11-27 Thread Mariusz Sieraczkiewicz
I asked the question about getting jdbc connection from flowscript on user mailing list some time ago, but there was no answer. I started digging, but had some problems. I'm having code like this: // var dbSelector = cocoon.getComponent(Packages.org.apache.avalon.excalibur