Cyrille VIVION wrote: > In the httpd.conf file of Apache there is the following parameter: > ThreadsPerChild 50. With this value when two users connect on my site > simultaneously, I face Apache crashes (if running Rivet with ActiveTCL or a > non thread-enabled TCL version). A workaround is to set this parameter to 1. > But that means that the server no longer manages more than one request at a > time, in a performance point of view that's unacceptable.
Ah, ok , I see. > I found another project using TCL that give me the idea of compiling TCL > sources with threads enabled. According to the author, ActiveTCL isn't > thread enabled so I thought that it could be the reason of my Apache > crashes. What is your opinion on this point ? Here is the page, I've just > talked about: http://hammerora.sourceforge.net/installation.htm (ยง > Installation from source) Yes, having a threads mismatch could cause problems. If you are able to compile sources, I would *highly* recommend and appreciate it if you tried with the Rivet source code in subversion: svn checkout http://svn.apache.org/repos/asf/tcl/rivet/trunk rivet should get you the very latest. I'm working on preparing a new release, so perhaps (fingers crossed) the problems aren't there in the latest code. -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
