Subject | RE: [IBO] TIB_DSQL |
---|---|
Author | Jason Wharton |
Post date | 2005-03-14T14:21:36Z |
Any progress on providing some code for me to look at?
Jason
Jason
> -----Original Message-----
> From: Ryan Thomas [mailto:ryan@...]
> Sent: Tuesday, January 18, 2005 1:42 PM
> To: IBObjects@yahoogroups.com
> Subject: Re: [IBO] TIB_DSQL
>
> > 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.
>
> We have tried Unprepare, though it doesn't seem to release
> the resources. I'll try and get you some code that will
> reproduce this scenario.
>
> > Jason Wharton
>
> Ryan Thomas