On Tuesday 10 August 2004 23:27, Andrew Piskorski wrote: > I'm not and never have been doing any refcounting of Tcl objects at > all, so that can't be it. (Actually, my C code is using the old-style > string based Tcl APIs only, no Tcl objects.) >
When you launch the AOLserver in foreground, run couple of requests and then ctrl-c it, purify should report all memory that has been allocated and not freed. The list may be long, since AS does not make a very clean shutdown memory-wise, but you may spot your "leaks" among those. Have you tried that? Zoran -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
