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.
