Through out the code we use channels to hold values we need to be thread safe
(Example: running, TotalJobsChan etc in Submission)
Provided these are always accessed in the same order this should be fine but if
they are accessed out of order it could produce occasional dead locks... there
may be a better convention for this (a struct in a channel?)
Original issue reported on code.google.com by ryanbres...@gmail.com on 29 Jun 2011 at 8:17
Original issue reported on code.google.com by
ryanbres...@gmail.com
on 29 Jun 2011 at 8:17