This is a discussion on Difference between XMLHTTP and Server XMLHTTP? within the XML and SOAP forums, part of the Web Development category; Hi friends, Can any one expalin the basic difference between XMLHTTP and Server XMLHTTP? Thanks devarajan.V...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi friends, Can any one expalin the basic difference between XMLHTTP and Server XMLHTTP? Thanks devarajan.V |
|
#2
| |||
| |||
| XMLHTTP, a COM-wrapper around the classing WinInet library is designed to be used on the client-side to send HTTP requests to the server. Whereas, ServerXMLHTTP was introduced in MSXML 3.0 to support server-safe HTTP access. ServerXMLHTTP is based on WinHTTP, a new HTTP protocol stack, designed to be used on the server-side to send HTTP requests. |
|
#3
| |||
| |||
| hi, XMLHTTP is designed for client applications and relies on URLMon, which is built upon Microsoft Win32 Internet (WinInet). ServerXMLHTTP is designed for server applications and relies on a new HTTP client stack, WinHTTP. ServerXMLHTTP offers reliability and security and is server-safe.
__________________ Venkat knowledge is Power |
|
#4
| |||
| |||
| 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. |
|
#5
| |||
| |||
| |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Difference Between Exec() and sp_executesql in Sql Server | vadivelanshanmugam | Database Support | 0 | 01-19-2008 02:18 AM |
| Difference between Server.Transfer and Response.Redirect | Arun | ASP and ASP.NET Programming | 4 | 09-19-2007 09:52 PM |
| What is the difference between UNION and UNIONALL in SQL Server? | bluesky | Database Support | 1 | 07-25-2007 04:53 AM |
| What is the difference between Server.Transfer and Response.Redirect? Why would I cho | prasath | ASP and ASP.NET Programming | 1 | 07-19-2007 01:41 AM |
| Difference between Client-Server & Web Testing | vadivelanvaidyanathan | Software Testing | 0 | 03-14-2007 04:51 AM |
Our Partners |