Advertisement
Guest User

Untitled

a guest
Mar 30th, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. (Time)------------------------------------------------------>
  2. (Resource)-[Network]----[CPU]----[Network]---[CPU]
  3. Thread 1: Download(A)>Build(A)>Download(C)>Build(C)>...
  4. Thread 2: Download(B)>Build(B)>Download(D)>Build(D)>...
  5.  
  6. (Time)------------------------------------------------------>
  7. (Resource)-[Network]---[Network]---[Network]
  8. Fetch 1: Download(A)>Download(C)>Download(...)>...
  9. Fetch 2: Download(B)>Download(D)>Download(...)>...
  10. (Resource)-------------[CPU]-------[CPU]--------[CPU]
  11. Build 1: (Wait)----->Build(A)--->Build(C)----->Build(...)
  12. Build 2: (Wait)----->Build(B)--->Build(D)----->Build(...)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement