[Resin-interest] Examine session store in 4.0.19 pro

2011-07-15 Thread Steven Cassidy
Hi, I'm trying to figure out if there's any way I can examine the persistent session store in resin 4.0.19 pro - i.e whether there is any API / process I can use to retrieve session keys and objects associated with the session? I recall reading that 4 uses an embedded database rather than the ol

[Resin-interest] Db Pool freezes waiting on _pool (3.1.3)

2012-07-06 Thread Steven Cassidy
Hi, I'm using resin-3.1.3 on a busy site. Periodically the site freezes. A jstack on the server shows most threads in this state: java.lang.Thread.State: TIMED_WAITING (on object monitor) at java.lang.Object.wait(Native Method) at com.caucho.jca.ConnectionPool.create(ConnectionPool.java:897) - loc

Re: [Resin-interest] Db Pool freezes waiting on _pool (3.1.3)

2012-07-06 Thread Steven Cassidy
s waiting. If you can find the threads that are opening the > connection (in the actual driver code), that would help track this down. > > An upgrade might help, but it would depend on what's causing the problem. > > -- Scott > > > Knut Forkalsrud > > > > On

Re: [Resin-interest] Db Pool freezes waiting on _pool (3.1.3)

2012-07-10 Thread Steven Cassidy
Just to close this out, switching the mysql driver to com.mysql.jdbc.Driver does appear to have fixed the problem. Thanks very much. On 6 July 2012 16:26, Scott Ferguson wrote: > On 07/06/2012 12:45 PM, Steven Cassidy wrote: > > Hi, Thanks for the replies. I don't think there'