Subject Re: [firebird-support] Re: Possible memory leak in FBCLIENT.DLL
Author Ann W. Harrison
Bozzy wrote:
>
> I use these components on an application server that connects and
> disconnects from the DB when clients request data... so at every
> client connection the DLL is loaded and unloaded, eating up a lot of
> memory after thousands of connections.
>
> I'm watching at the windows task manager to see the memory used by the
> program.

Err, are you sure that it's the fbclient.dll that's losing memory?
Generally, an inactive dll isn't very resource hungry. Sounds to me
as if the application isn't releasing some part of its connection.

Regards,


Ann