Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

When will server-side HTTP in XML be reliable under heavy load?

heavy http load server XML
0
10 Posted

When will server-side HTTP in XML be reliable under heavy load?

0

The final MSXML release has changed the HTTP loaders for SAX and DOM to be safe under heavy server load. You must explicitly tell your code to use the new server-safe loader, as described here. This link also includes a utility that allows you to configure the XML HTTP to transfer through a proxy server. In order to make sure that no backward-compatible issues would exist, you will need to perform XMLHTTP loads as before, but using new objects. Instead of using CreateObject(“MSXML2.XMLHTTP”) you will use CreateObject(“MSXML2.ServerXMLHTTP”). If using the MSXML2.

0

The final MSXML release has changed the HTTP loaders for SAX and DOM to be safe under heavy server load. You must explicitly tell your code to use the new server-safe loader, as described here. This link also includes a utility that allows you to configure the XML HTTP to transfer through a proxy server. In order to make sure that no backward-compatible issues would exist, you will need to perform XMLHTTP loads as before, but using new objects. Instead of using CreateObject(“MSXML2.XMLHTTP”) you will use CreateObject(“MSXML2.ServerXMLHTTP”).

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.