Subject Re: [Firebird-Java] Re: RC3
Author David Jencks
OK, if I don't hear otherwise from anyone I will try to put our RC3
tonight or tomorrow.

Thanks
david jencks

On Monday, February 3, 2003, at 03:37 PM, Roman Rokytskyy
<rrokytskyy@...> wrote:

>> Did someone fix the problem with not closing statement handles? If
>> not maybe we should implement the pooling/weak reference cleanup so
>> it doesn't leak and doesn't stress the server so much.
>
> I did.
>
> FBConnection contains hard references on FBStatements. Statement
> handles are deallocated on FBStatement.close(). If this does not
> happen (people forget to close statements), FBConnection.close() will
> first close its open statements and then itself. FBConnection.finalize
> () will call FBConnection.close().
>
> Yesterday I checked driver with JProbe, everything seems to be clean
> with statement handles.
>
> Roman
>
>
> To unsubscribe from this group, send an email to:
> Firebird-Java-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
>
>
>