Hi,
We are using XMLHttpRequest to request a script on a remote server.
Say i have a page called getInfo.asp. If i call getInfo.asp 10x in a row they will be queued ie the 2nd call will start once the first is finished etc so that my 10th call could take a very long time to complete.
If i call getInfo.asp from 10 different computers then they will be in seperate sessions so they won't wait on each other.
So my question...
Using XMLHttpRequest is there any way to call getInfo.asp 10x from the same computer but have it treated as if it were coming from 10 different computers - ie they don;t wait for each other ?
Thanks in advance.
We are using XMLHttpRequest to request a script on a remote server.
Say i have a page called getInfo.asp. If i call getInfo.asp 10x in a row they will be queued ie the 2nd call will start once the first is finished etc so that my 10th call could take a very long time to complete.
If i call getInfo.asp from 10 different computers then they will be in seperate sessions so they won't wait on each other.
So my question...
Using XMLHttpRequest is there any way to call getInfo.asp 10x from the same computer but have it treated as if it were coming from 10 different computers - ie they don;t wait for each other ?
Thanks in advance.