K,
So I want to place 2 HTTPRequests simultaneiously.
Both will return recordsets from SQL Server.
So far, I've created 2 seperate request objects, the first with a call that normally takes around 20 seconds, the second with a call that normally takes around 2 seconds.
Using Firebug COnsole in...