Hi, I'm using Apache 1.3.26 on Windows XP together with mod_dtcl. It runs rather stable, but sometimes apache crashes or the .ttml script gets problems accessing global variables. This happens ever now an then, but now I got this every time I use a page with FRAMEs. Both FRAMESETs are created dynamically through mod_dtcl, but most of the time they were not displayed correctly. They give TCL errors accessing global variables
can't read "ENVS(SCRIPT_FILENAME)": no such variable sometimes messages like HTTP/1.1 200 OK Date: Fri, 04 Oct 2002 07:37:24 GMT Server: Apache/1.3.26 (Win32) mod_dtcl Connection: close Transfer-Encoding: chunked, chunked Content-Type: text/html or apache crashes. The solution is to configure apache to use a Child for every request and to use only one thread per child. Then, everything works fine, but of course it slows down a bit. Can anybody help with this? What did I do wrong? Is mod_dtcl thread-safe? Obviously, a page with FRAMEs will request two pages (both FRAMESETs) at almost the same time. Best regards Holger ____________________________________________________________________ | | Holger Zeinert - Development Manager CAE Division |____________________________________________________________________ | LMS Deutschland GmbH - tel +49 631 4166-180, fax -166 | Luxemburger Str. 7, 67657 Kaiserslautern, GERMANY | mailto:[EMAIL PROTECTED] http://www.lmsintl.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
