views:

32

answers:

0

Not so long ago I asked question about frontend architecture: http://stackoverflow.com/questions/3713960/frontend-architecture. So I came up with an idea of parallel fetching resources from backend to minimize latency and uniformly distribute workload on backend.

Implementation of such architecture I see in nonblocking fetching resources (let's say XML) from backend.

I'm interested in existing toolbox for such sort of stuff.