Subject | Re: [Firebird-Java] Memory Leek with Statement Pooling |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-10-11T19:14:54Z |
> I've done some more tests with Jaybird 1.5.2, but the problem withAfter Carsten provided me a test case I have identified the issue. There's
> statement pooling still exists.
one reference left on the closed connection (so memory leak exists also when
statement pooling is disabled, but the size of the leak is very small). I do
not have fix yet, from one point of view it is trivial, but from the other,
one has to be careful with event notifications when fixing. I will release
JayBird 1.5.4 after the fix.
Roman