Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Daniel_Brolin@adobeforums.com #1
Memory leak when running a Service
I have used CAcroApp, CAcroPDDoc and CAcroAVDoc to search after words and split pages in a Service. When it is done I´m using the commands;
AVDoc.Close(True)
AVDoc = Nothing
PDDoc.Close()
PDDoc = Nothing
AcroApp.CloseAllDocs()
When I'm done the "acrobat.exe" process is still holding it's memory. Only if I restart the service the memory is released.
What can I do to release the memory when I'm done working with the objects?
//Daniel
Daniel_Brolin@adobeforums.com Guest
-
#39438 [NEW]: Memory leak PHP Fatal error: Out of memory
From: nikolas dot hagelstein at gmail dot com Operating system: NETBSD 3.0.1 AMD64 PHP version: 5.2.0 PHP Bug Type: ... -
Memory Leak
I have a windows service that every couple of minutes it calls a webservice (which is java based). It works fine but each call leaks a little... -
memory problem/memory leak
Hi I have a problem with shockwave player running in Internet Explorer. My program consists of a controller movie which loads in content files in... -
big memory leak
Hi there, Our project, wich needs to be deployed 24/7 in lots of terminals, is experiencing a big memory leak. Would like to know about best... -
Memory consumption of Ruby/mod_ruby combo on Apache [memory leak]
> I don't think so - I think all the modules are loaded when Apache is It didn't have anything to do with IfModules or even Apache. I had a... -
Leonard_Rosenthol@adobeforums.com #2
Re: Memory leak when running a Service
Access to Acrobat from a service is NOT SUPPORTED by Adobe.
Leonard_Rosenthol@adobeforums.com Guest
-
micahlsmith@adobeforums.com #3
Re: Memory leak when running a Service
Add this:
avDoc.Close(True)
System.Runtime.InteropServices.Marshal.FinalReleas eComObject(avDoc)
micahlsmith@adobeforums.com Guest
-
Daniel_Brolin@adobeforums.com #4
Re: Memory leak when running a Service
This helped me to keep the memory of Acrobat.exe down, thank you.
Daniel_Brolin@adobeforums.com Guest



Reply With Quote

