View Single Post
  #4  
Old 10-13-2007, 12:17 AM
leoraja8 leoraja8 is offline
D-Web Sr.Programmer
 
Join Date: May 2007
Posts: 190
leoraja8 is on a distinguished road
Default Re: Difference between XMLHTTP and Server XMLHTTP?

I believe that the XMLHTTP object is meant for use on a client and ServerXMLHTTP is meant for use on the server. The ServerXMLHTTP object uses a thread safe communications stack whereas I don't believe that the XMLHTTP object uses a thread safe communications stack.
Reply With Quote