|
good point, it may be
excepting and losing sessions, I'll close the sessions in a finally
block. From: Niels Beekman [mailto:[EMAIL PROTECTED] Sent: Mon 8/15/05 2:29 PM To: [email protected] Subject: RE: ThrottledPool handing Adam,
Can you simulate what happens when
> t.execute(this.sqlMapClient)
throws an exception, so before you explicitly close the session?
Niels
From: Clinton
Begin [mailto:[EMAIL PROTECTED]
On 8/15/05, Adam Gugliciello <[EMAIL PROTECTED]> wrote: Under a heavy sustained load, the sqlmaps ThrottledPool seems to start to bind, the the vast majority of them binding up and blocking waiting to build a new session, and stay blocked long after the fact, even days after the request has been abandoned. Any help would be appreciated, and I am attaching a thread dump.
My code looks like:
private void
executeSqlMapTemplate(SqlMapTemplate t) throws
SQLException
}
this._dbPool.returnConnection(c);
|
- RE: ThrottledPool handing Adam Gugliciello
- unsubscribed Stan Ou
