Re: Multiple XMLHTTPRequest?
- From: Thomas 'PointedEars' Lahn <PointedEars@xxxxxx>
- Date: Wed, 17 May 2006 15:38:01 +0200
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 :))
.
- References:
- Multiple XMLHTTPRequest?
- From: Nathan
- Multiple XMLHTTPRequest?
- Prev by Date: Re: using javascript in .xhtml file
- Next by Date: Javascript graphics
- Previous by thread: Re: Multiple XMLHTTPRequest?
- Next by thread: Can't Get Basic Script to Work
- Index(es):
Relevant Pages
|