"Stathis Stavrakis" <[EMAIL PROTECTED]> writes: > Thanks for the quick reply. Unfortunately my system does not seem > to actually react any differently with the THREADS_TCL either as 0 > or 1.
> I recompiled my Tcl with threads enabled again and recompiled the > mod_dtcl.so with THREADS_TCL=1, it still didn't work. Hrm... that's odd :-/ You're sure you installed it, restarted apache, and everything? > Something that doesn't appear normal, going on previous experience, > is the format of my processes with a ps faux: > root 24662 6.5 0.6 5380 2592 ? S 12:06 0:00 > /usr/local/apache/bin/httpd > nobody 24663 0.0 0.7 7448 2708 ? S 12:06 0:00 \_ > /usr/local/apache/bin/httpd > nobody 24666 0.0 0.7 7448 2708 ? S 12:06 0:00 | \_ > /usr/local/apache/bin/httpd > nobody 24669 0.0 0.7 7448 2708 ? S 12:06 0:00 | > \_ /usr/local/apache/bin/httpd > nobody 24664 0.0 0.7 7448 2708 ? S 12:06 0:00 \_ > /usr/local/apache/bin/httpd > nobody 24667 0.0 0.7 7448 2708 ? S 12:06 0:00 | \_ > /usr/local/apache/bin/httpd > nobody 24668 0.0 0.7 7448 2708 ? S 12:06 0:00 | > \_ /usr/local/apache/bin/httpd > nobody 24665 1.0 0.7 7448 2708 ? S 12:06 0:00 \_ > /usr/local/apache/bin/httpd > nobody 24670 0.0 0.7 7448 2708 ? S 12:06 0:00 | \_ > /usr/local/apache/bin/httpd > nobody 24674 0.0 0.7 7448 2708 ? S 12:06 0:00 | > \_ /usr/local/apache/bin/httpd > nobody 24671 0.0 0.7 7448 2708 ? S 12:06 0:00 \_ > /usr/local/apache/bin/httpd > nobody 24673 0.0 0.7 7448 2708 ? S 12:06 0:00 | \_ > /usr/local/apache/bin/httpd > nobody 24677 0.0 0.7 7448 2708 ? S 12:06 0:00 | > \_ /usr/local/apache/bin/httpd > nobody 24672 0.0 0.7 7448 2708 ? S 12:06 0:00 \_ > /usr/local/apache/bin/httpd > nobody 24675 0.0 0.7 7448 2708 ? S 12:06 0:00 \_ > /usr/local/apache/bin/httpd > nobody 24676 0.0 0.7 7448 2708 ? S 12:06 0:00 > \_ /usr/local/apache/bin/httpd > > this used to be only 6 lines long and it doesn't work still. What you have there, if I'm not mistaken, are individual Tcl threads within the httpd processes. Yes, it gets to be quite a mess. > I don't have a particular reason for a threaded Tcl, but if this can > be fixed somehow I'll be happy to do some testing. Ok, thanks for the offer. I will do some thinking and asking around... I would like to nail this bug. -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
