search for: serverxmlhttp

Displaying 2 results from an estimated 2 matches for "serverxmlhttp".

2007 Mar 19
2
Visual Basic Applications
...a beginner with Wine and I am already astonished by the possibilities given by such a software. In fact, I got a VB application that I want to use under my Ubuntu Dapper Distrib. This application is based on the creation of some objects as : - scripting.filesystem - scripting.dictionary - msxml2.serverXMLHTTP - adodb.connection I succeded in creating the two first objects but, even after an intense reading of FAQs & Forums, I'm still unable to create the last ones. I encounter the following error : "error 429 : ActiveX component cannot create object" (translated from the following o...
2010 Apr 16
0
RCurl slow when sending data over 1kb
...see that the delay occurs while the server is fetching the data from the client, and not at any other point in the response process. Note that the delay is constant above 1024 bytes; i.e. the delay doesn't double when the content length goes up to 2048. Using another client (Excel's MSXML2.ServerXMLHTTP library) yields no delays regardless of the content length. There are no significant differences as far as I can tell in the headers that are being sent. Is curl somehow throttling my connection? I suppose it could be a server-side issue, but the fact that other clients don't generate the same...