On 2004.05.27, Tom Jackson <[EMAIL PROTECTED]> wrote: > On Thu, 2004-05-27 at 11:46, Zoran Vasiljevic wrote: > > > He's using the http protocol for that, I assume, not just plain > > socket connection. > > I think Dossy's suggestion should work. All the tcl exposed sock > commands use tcl channels. > > However, why not use tcl's 'socket' command: http://zmbh.com/tcl/socket?
I was going to ask that, too -- as of Tcl 8.something, there's little reason to use the ns_sock* commands. They probably should be deprecated in favor of using Tcl's socket command directly. Except, there's no equivalent for ns_sockselect in Tcl yet, as far as I know ... -- Dossy -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network web: http://www.panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70) -- 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.
