Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

AW: Lock on database file not being released...

SH Solutions

2003-12-07

Replies:

Hi

> However, I have used this driver before in a standalone app and when you
close a connection, it certainly does release the lock on the database file.

This makes me think, you didn't use pooling in this standalone app. Therefor
check weather you close all your ResultSets and Statements. In standalone
apps where no pooling is involved, they are caught by the garbage collector,
but not in connection pooling.

Trapped into this myself.

cu
Steffen


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)



©2008 junlu.com - Jax Systems, LLC, U.S.A.