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 with 'ns_thread begin', I would prefer to simply grab one of AOLserver's idle conn threads from the pool and use that. But, there seems to be no API to let me to this. Why not? Would it not work for some reason?
-- 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.
