Subject | RE: [IBO] TIB_DSQL |
---|---|
Author | Jason Wharton |
Post date | 2005-01-18T16:03:11Z |
If you are concerned about the client application using up resources, it
could be the blob handling generating a number of blobnode storage items.
If you call Unprepare and then Prepare every so often that should keep the
client from using so many resources. I would be interested in looking at a
simple sample that reproduces this memory growth pattern since I thought I
made it reuse memory for blobs rather than accumulate it.
Jason Wharton
could be the blob handling generating a number of blobnode storage items.
If you call Unprepare and then Prepare every so often that should keep the
client from using so many resources. I would be interested in looking at a
simple sample that reproduces this memory growth pattern since I thought I
made it reuse memory for blobs rather than accumulate it.
Jason Wharton