On Thu, 2004-05-27 at 12:25, Zoran Vasiljevic wrote: > Yes. But so far I've seen, he's implementing xmlrpc over > http. You can do all sorts of things with Tcl channels, > but since aolserver already has all this fancy http stuff, > it's pretty natural to use http instead of home brewn comm. > But... let the original poster tell us exactly what he's > after, before we go too far into this direction...
ns_sockopen is client side, server side is ns_socklisten/accept and ns_socklistencallback. The problem with all these, including socket are they are tied to a single interp/thread. It would be great if we could abstract the ns_sock mechanism which uses thread pools to service requests. We could also probably add udp support at the same time. 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.
