You'll probably also want to make sure you're building Tcl such that it isn't using the "Zippy" threaded allocator code. Not sure if the Tcl folks ever fixed this, but it used to be that there was no easy way to build threaded Tcl without getting the "Zippy" allocator built as well. Using the Tcl threaded allocator may mask any benefits you'd see from using something like Hoard of TCMalloc since it maintains it's own per-thread memory pools and what not.
- n On 5/24/07, Dossy Shiobara <[EMAIL PROTECTED]> wrote:
On 2007.05.24, Agnieszka Kuka?owicz <[EMAIL PROTECTED]> wrote: > Ns_TlsGet: invalid key: 0: should be between 1 and 100 This used to be a problem in older AOLserver 4.0, where the IP address you're using was missing reverse DNS ... but yours is failing in NsInitConf() ... are you sure you're loading the correct libnsd.so? I'd check your LD_LIBRARY_PATH and be extra-careful. -- Dossy -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70) -- 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.
