On Tuesday 12 July 2005 07:57, Zoran Vasiljevic wrote: > The *real* benefit of "ns_conn chan" is when you want to make a > socket server > in pure Tcl. There is a servicing thread which acts like a connection > hub, > which passes accept'ed connections to other servicing threads w/o > blocking the hub. > This is how AS is processing connection: the driver thread accepts > incomming > connections and passes the connected sockets to connection threads.
I'm guessing you mean in concept, or is AS now using tcl channels in request threads? I guess there is a difference in a single thread doling out channels from its own list and sharing channels in a pool. > Look into the code... this is always a good idea. I'll take your advice! tom jackson -- 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.
