On 2008.04.04, Titi Alailima <[EMAIL PROTECTED]> wrote: > Further clarity: in http.tcl, I narrowed it down to a call to > ns_sockselect inside _ns_http_puts. The ns_log commands weren't doing > anything but I used return and error commands judiciously to see how > far it could go without crashing. So anyway, how can I figure out how > and why this is being called and therefore why it is crashing when > ns_log won't talk to me?
My guess: could be a FD_SETSIZE issue. By default, on Win32, FD_SETSIZE is defined to be 64 (!). I haven't tried building Tcl and AOLserver under MSVC in ages. I know that it can be made to build under MinGW/MSYS, and the resulting binaries seem to work okay on x86. At some point, I'd like to try Win32 x86_64. -- 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.
