Re: Multiple XMLHTTPRequest?



Nathan wrote:

Can I run two XMLHTTPRequest objects at the same time?

Of course. However, you may not be able to send one request per
XMLHTTPRequest object at the same time. Limits on allowed HTTP
connections may force the second request (whichever request is
made first [that is not which corresponding object is created
first] would become the first one) into a queue. Internet
Explorer is known to be especially restrictive on the number
of HTTP connections; for example Gecko-based UAs allow you to
increase that value through a user preference.


PointedEars
--
Homer: I have changed the world. Now I know how it feels to be God!
Marge: Do you want turkey sausage or ham?
Homer: Thou shalt send me *two*, one of each kind.
(Santa's Little Helper [dog] and Snowball [cat] run away :))
.



Relevant Pages

  • Re: downloading a single file using multiple threads
    ... you'll note that I posted that simply in reply to your statement about whether it was possible to request a file fragment via HTTP or FTP. ... The context had nothing to do with numbers of connections, sessions, etc. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Surely not?
    ... >>> I have the laptop connected to the net via my home network and ... I only had 2 Connections ... <quote from the HTTP Log> ... HTTP GET Request) the "favicon.ico" File, ...
    (uk.people.silversurfers)
  • RE: OWA works from client but not from server
    ... Recently, the SBS domain users cannot access OWA from the SBS server, ... the error message may be one of the ... HTTP 400 - Bad Request ...
    (microsoft.public.windows.server.sbs)
  • Re: OWA works from client but not from server
    ... Recently, the SBS domain users cannot access OWA from the SBS server,   ... the error message may be one of the ... HTTP 400 - Bad Request ...
    (microsoft.public.windows.server.sbs)
  • Re: How to write something to a html textfield and send it?
    ... > No need for controlling any particular browser. ... I'm not familiar with HTTP user ... and building the request in your program. ... The server doesn't know anything about a textfield; ...
    (comp.programming)