Is there any performance penalty for the following code snippet?
for (int i=0; i
When using multiple threads (if your doing 50+) then i found this to be a very effective way of handling ghost thread problems:
Object one; Object two; Object three; Object four; Object five; try{ for (int i=0; i