[QFJ-20] Database statement leak in JDBCStore Created: 03/Jun/06 Updated: 02/Sep/06 Resolved: 04/Jun/06 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | None |
Affects Version/s: | 1.0.0 Final |
Fix Version/s: | 1.0.1 |
Type: | Bug | Priority: | Major |
Reporter: | Steve Bate | Assignee: | Steve Bate |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Description |
We moved a FIX gateway server built on quickfixj into production a few Anyway, I traced the problem to the JdbcStore class, which allocates a After patching the code everything seems to run really well and fast. Anyway, I'm a bit reluctant to post a patch since the one I made is so At first glance it seems very easy to make the cache work (the only Btw, my current patch just adds a close() call to a number of places. Staffan |
Comments |
Comment by Steve Bate [ 04/Jun/06 ] |
Added database connection (and statement) pooling and support for JDBC data sources. This should address the memory leak and the threading issues. |