Diagram Scope

shows how multiple JavaScript remoting requests can be issued at the same time, or “boxcar'ed” in a single HTTP request to the Salesforce core platform. On the platform, each of the boxcars (i.e. a separate JavaScript remoting action) will be processed serially and in order in a separate Apex synchronous transaction context.

More Info