[AOLSERVER] What does 'exiting: exceeded max connections per thread' mean?

2011-02-15 Thread Levy Bajamundi
MaxWaitTime 60] ns_limits set default -maxrun $maxthreads -maxwait $maxwait -timeout $maxwaittime ns_log notice default limits: [ns_limits get default] } } Any help would be greatly appreciated. Thanks, Levy Bajamundi -- AOLserver - http://www.aolserver.com/ To Remove

Re: [AOLSERVER] Problem running on gdb

2010-11-22 Thread Levy Bajamundi
version of AOLserver and which version of Tcl is it linked to? On 11/21/10 11:42 AM, Levy Bajamundi wrote: [Thread 589830 (LWP 16636) exited] Cannot find thread 589830: no thread to satisfy query (gdb) Doing backtrace or info threads afterward throws the same 'Cannot find thread' error

[AOLSERVER] Problem running on gdb

2010-11-21 Thread Levy Bajamundi
, Levy Bajamundi Systems Developer ACSPropel -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to lists...@listserv.aol.com with the body of SIGNOFF AOLSERVER in the email message. You can leave the Subject: field of your email blank.

Re: [AOLSERVER] Nsmemcache and utf-8 characters

2010-11-20 Thread Levy Bajamundi
{some chinese here :)} set encoded_value [encoding convertto utf-8 $value] ns_memcache set key $encoded_value 120 To get: set value ns_memcache get key value set decoded_value [encoding convertfrom utf-8 $value] HTH. Regards, Majid. On Tue, Nov 16, 2010 at 2:34 PM, Levy Bajamundi

[AOLSERVER] Nsmemcache and utf-8 characters

2010-11-16 Thread Levy Bajamundi
Hi, We're having some issues with the nsmemcache module. It works perfectly fine if the string we're trying to store is regular alphabet characters, but once we try to store utf-8 chars, things starts to go awry. Has anyone had this issue before? Thanks, Levy Bajamundi Systems Developer