Subject Important Question For Jason
Author mp527@yahoo.com
Jason,
In my server app I do a lot of operations with blobs:
datstream:= CreateBlobStream(FieldByName('THE_MSG'), bsmRead);
and
datstream:= CreateBlobStream(paramByName('THEMSG'), bsmwrite);

These two operation are what happen the most on my server, so I
suspect that the memory leak is in the blob area.

If I am using the pool is there anything with regards to blobs that
I should be explicitly clearing when I call disconnecttopool?

In case you forgot, when I use the connection pool the memory on the
server grows and grows all day, but when I clear the pool, the
memory is freed and it levels back out.

Thanks,

Tony Caduto