On Fri, 29 Aug 2003, Barry Books wrote: > Has anyone had issues with ns_parseheader or _ns_http_gets. I have a > function that pulls an XML document from another server and it returns
Here at zjednoczenie.com we encounter some problems with _ns_http_gets while reading SOAP data from remote server. Conclusion from our tests was that the only stable method for reading data from sockets to remote servers is by using tcl file events. This is how is implemented standard tcl http package. I recommend using this api rather than ns_httpget/ns_httppost. --tkosiak -- 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.
