Basically what you need to do is compile Tcl so that it doesn't use the threaded allocator, and instead uses regular malloc() and free(). Then compile tcmalloc, and finally LD_PRELOAD tcmalloc at AOLserver startup time. This will override malloc() and free(). Hope that helps!
- n On 12/11/06, aT <[EMAIL PROTECTED]> wrote:
Nathan Folkman wrote: Anyone tried Google's tcmalloc with AOLserver instead of using Tcl's threaded allocator? Looks like folks are seeing some good things with it. http://dammit.lt/2006/12/06/google-perftools-tcmalloc-squid/ -- Nathan Folkman [EMAIL PROTECTED] -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank. I would like to try it , but have no clue how to compile this against aolserver. can anyone post a small howto on compiling it with aolserver ? -- Syed Atif Ali D. +971 4 3911914 F. +971 4 3911915 ___________________________________________ The sum of the intelligence on the planet is a constant; the population is growing. -- 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.
-- Nathan Folkman [EMAIL PROTECTED] -- 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.