HSQLDB potential Memory Leak
From: Kurt Kessel (kurt.kessel_at_cmediacorp.com)
Date: 05/14/04
- Next message: Kurt Kessel: "HSQLDB potential Memory Leak"
- Previous message: Kurt Kessel: "HSQLDB potential Memory Leak"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 14 May 2004 15:06:09 GMT
Using hsqldb in a servlet. It is a simple servlet that does inserts,
updates, and deletes. The issues is that it is hit about 10 times per
second. I run a test program that just does selects 10 times per second
and everything is OK. When I start putting inserts and updates into it,
I get an out of memory in about 2 hours in the getConnection() method.
Has anybody seen anything like this? Does anyone know if HSQLDB 1.7.1 is
multithreaded?
K
- Next message: Kurt Kessel: "HSQLDB potential Memory Leak"
- Previous message: Kurt Kessel: "HSQLDB potential Memory Leak"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|