Note that tclhttpd uses "fileevent" to implement a full-fledged single-process select-based web server - I don't know how good it actually is in practice, but it should make for a very high- performance, low-overhead server.
On Thu, 27 May 2004 12:45:09 -0700, Tom Jackson <[EMAIL PROTECTED]> wrote: >On Thu, 2004-05-27 at 12:27, Dossy wrote: > >> Except, there's no equivalent for ns_sockselect in Tcl yet, as far as I >> know ... > >Right, you use something like 'fileevent'. > >I'm going to be playing around with this a little to see how it compares >to a server I just wrote using ns_socklistencallback. It should work >'better' than the ns_sock* commands. > >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. -- 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.
