Cogman
Lifer
Dumb question. I know of a memory leak in an app that I'm developing that will be ran from IIS. The application won't run for long, and the leak won't be too big (couple of kb at the most, and shouldn't be in a looping situation). However, it will be a PITA to fix (its a linked list, tree, structure thing from libxml if you are curious).
Does IIS clear the memory from the CGI applications that finish executing. In other words, does it use windows to execute the application (which automatically releases the heap when the app finishes executing). If so, I don't really have a problem, and won't worry about it. If not, then I need to go through and tackle this PITA.
Does IIS clear the memory from the CGI applications that finish executing. In other words, does it use windows to execute the application (which automatically releases the heap when the app finishes executing). If so, I don't really have a problem, and won't worry about it. If not, then I need to go through and tackle this PITA.