On 9/20/07, Kirk Cerny <[EMAIL PROTECTED]> wrote:
>
> I am not an expert either but:
> 2 XML connections open for the same domain.
> You can get many connections open by changing the domain.
> xml.domainname.com
> xml2.domanname.com
> You can accomplish this using the domain property of the document object.
> document.domain = domainname.com
>
> http://www.devguru.com/technologies/ecmascript/QuickRef/doc_domain.html
>
>
> On 9/20/07, scotthdavis <[EMAIL PROTECTED]> wrote:
> >
> > I am not an expert:
> > I was reading yesterday about browsers are only required to keep 2 XML
> > connections open and place other requests into que others, which will
> > be call later, not in any order. See if you can location further into
> > in this area?
> >
> >
>

Hi;

These calls should be sequential, not concurrent, i.e., one is done as
a result of a callback after the first is complete.

 - Lee

Reply via email to