fetchupdateswait memory leak
731666Dec 3 2009 — edited Dec 4 2009Hi,
I am noticing a memory leak when using fetchupdateswait. I've cut my program down so that all it does is loop and call fetchupdatewait and then do a ackUpdates on the connection. Whenever new records are detected the RSS memory increments and doesn't go back down.
TT version is 6.04 on Solaris 9.
Has anyone else noticed this behaviour? Do I need to call another API to perform cleanup? I am guessing that it is the array of updates that is returned from fetchupdateswait which is causing the leak...
Any insight would be great.
Thanks,
Glenn