Changes between Initial Version and Version 1 of Ticket #4324, comment 5


Ignore:
Timestamp:
Dec 13, 2016, 5:54:46 PM (7 years ago)
Author:
wraitii

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4324, comment 5

    initial v1  
    55-noted accurately that my load balancing is primitive (not sure that's a real problem honestly)
    66-recommends using a message-like system for the debugging, instead of my mutex hack
     7-noted I don't enforce in code calling "FetchAll" before sending new tasks in "StartComputing…" so that should be done.
    78
    89Main concern with the first point is that obstructions will need to be copied and they are an std::map and that's not extremely convenient, so it should probably be changed beforehand.