Hi; It runs fine with threads = 0. If you set threads = 4 (for example): then the app comes up under wish83, but IE 5.0 reports gibberish from the server. Under Tclsh83, it comes up and if you try to access (in my case) http://ticktick:8015, you get an error page about an inability to source $tcl_library/init.tcl (should this not be source $tcl_library/tcl$tcl_version/init.tcl ?). couldn't read file "/init.tcl": no such file or directory while executing "Thread_Send $id {source $tcl_library/init.tcl}" (procedure "Thread_Start" line 8) invoked from within "Thread_Start" (procedure "Thread_Dispatch" line 12) invoked from within "Thread_Dispatch $sock [concat $Url(command,$prefix) [list $sock $suffix]]" If you convert this line (in thread.tcl) to an absolute path to k:/tcl/lib/tcl8.3/init.tcl, the next error you get is this one: invalid command name "Thread_Enabled" while executing "Thread_Send $id [list source $Config(main)]" (procedure "Thread_Start" line 19) invoked from within "Thread_Start" (procedure "Thread_Dispatch" line 12) invoked from within "Thread_Dispatch $sock [concat $Url(command,$prefix) [list $sock $suffix]]" Every time you ctrl-c tclsh83 to stop the server it causes a gpf and tclsh83 dies. Dave LeBlanc
