Posted by Erwin Moller on 11/18/05 11:33
Stephanie Le Gall wrote:
>
> "Chung Leong" <chernyshevsky@hotmail.com> a écrit dans le message de
> news:1132280058.471781.148490@g44g2000cwa.googlegroups.com...
>> Hmmm. You will need to be more specific then. How did you notice the
>> leak and how fast is the system losing memory?
>>
>
>
> Hi,
>
> In fact we use COM Object .... we do use ActiveXObject.
>
> On the server there is scripts in php and javascript that generate ActiveX
> for opening a Word application on the client poste and replace variables
> on the Word document model (the model is on the client poste)
>
> is there any memory leak probleme with ActiveXObject ?
Yes.
Using Word/Excell in that way is called 'automation'.
And while very usefull in certain situations, it is also wellknown for its
buggy behaviour.
Google for "automation memory leak"
Follow any of the 220.000 hits
In general:
1) Be sure you know WHAT you are instantiating
2) Be sure you close the all apps/objects again. Even in case of an error.
Good luck.
Regards,
Erwin Moller
>
> Thank you again
[Back to original message]
|