On Wed, Nov 17, 2004 at 07:39:31AM -0500, Andrew Piskorski wrote: > In my AOLserver Tcl code, I want to tell another thread to execute a > longish-running procedure for me. Rather than create a new thread
Ah, Dossy pointed out that although there's no API to use conn threads for that, the AOLserver 4 added the new ns_job command to let you easily set up a queues of threads to run jobs for you. -- Andrew Piskorski <[EMAIL PROTECTED]> http://www.piskorski.com/ -- 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.
