Hi All,
If any one knows how to clear flash memory through java script. Please
see the below example.
Ex:
var dp = new LzDatapointer();
var res=dp.xpathQuery("example:/recordUpdate/record");
int i=0;
while(i<res.length) {
dp.setPointer( res[i]);
res.setNodeAttribute("name","wilbert");
i++;
}
dp.destroy();
Here first time its taking 5 Sec,again I calling the same function then the
time will be increased again again, after 5th calling its take 30 Sec.how to
clear the memory here. I tried using dupPointer(),but no performance
improvement is there.
Please any one tell me how to clear the memory every time.
Regards,
Wilbert
Information contained and transmitted by this e-mail is confidential and
proprietary to Patni Computer Systems Ltd and its affiliates (hitherto referred
as Patni Computers) and is intended for use only by the recipient. If you are
not the intended recipient , you are hereby notified that any dissemination,
distribution, copying or use of this e-mail is strictly prohibited and you are
requested to delete this e-mail immediately and notify the originator or
[email protected]. Patni Computers does not enter into any agreement with any
party by e-mail. Any views expressed by an individual do not necessarily
reflect the view of Patni Computers. Patni Computers is not responsible for the
consequences of any actions taken on the basis of information provided, through
this email. The contents of an attachment to this e-mail may contain software
viruses, which could damage your own computer system. While Patni Computers has
taken every reasonable precaution to minimise this risk, w!
e cannot accept liability for any damage which you sustain as a result of
software viruses. You should carry out your own virus checks before opening an
attachment. To know more about Patni Computers please visit www.patni.com.