«« Next » « Previous
«« Next » « Previous

Link Details

Link 80265 thumbnail

By mswatcher
via damonpayne.com
Submitted: May 10 / 03:23

With a basic understanding of what XUnit is doing, we need to determine where we’re going to try to split things up across multiple cores. Take a look at the sequence diagram fom the last article (here); we have a choice to make. It’s better to make outer loops Parallel vs. inner loops. The design decision this helps us make is that the unit of concurrency is the Class. This means if I make 100 Tests inside a single class, it will run sequentially just as though we had no fancy concurrency code.
  • 1
  • 0
  • 45
  • 4

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.

Voters For This Link (1)



Voters Against This Link (0)