Jeff Hobbs schrieb:
This is the key question, and the answer is yes. Tcl channelshave thread state info, but allow for being transferred between threads. In the Thread 2.6 package, this is thread::transfer $id $channel I am not 100% sure how this translates in the AOLServer environment.
In general, one can load (dynamically or at startup-time) Thread 2.6 (preferably 2.6.1) into the aolserver. It redefines some aolserver commands with value-added versions (e.g. nsv) when configured with the --with-aolserver flag and provides some new commands (e.g. ::tread::send, etc.). We use this since a few years in our production environment without problems... -gustaf neumann -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
