On Mon, Aug 8, 2011 at 12:25 PM, Aaron Newton <[email protected]> wrote:
> On Mon, Aug 8, 2011 at 10:21 AM, Philip Thompson > <[email protected]>wrote: > >> They *should* run simultaneously as you have it. You do have the "link" >> set to "chain" (one request after another), but I believe this only acts on >> requests using the same object (however, I may be wrong about this). > > > You are correct here. The link value is only used if you have a single > request instance that has .send invoked more than once. > Here's a fiddle showing the 3 types of links. They work as expected... http://jsfiddle.net/philthathril/WW8SR/1/ Hope that helps to explain a little. ~Philip -- http://lonestarlightandsound.com/
