In addition to an ordinary Thread package which is meant to be used in Tcl/Tk applications the package includes also a library for AOLserver. To use it install aolserver4 package and add the following lines to /etc/aolserver4/aolserver4.tcl: if {![catch { set tclthreadlib [lindex [glob /usr/lib/tcltk/*/thread*/libthread*-aolserver.so] 0] }]} { ns_param libthread $tclthreadlib } Sergei Golovan Wed, 26 Mar 2008 23:09:37 +0300