hosain-fouad / dotify

Automatically exported from code.google.com/p/dotify
0 stars 3 forks source link

Implement parallel processing #77

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Parallel processing can be implemented at different levels:
 * Execution of read-only tasks can be in parallel with the first following read/write task.
 * It is also possible to implement parallel processing within the formatter

Original issue reported on code.google.com by joel.hak...@mtm.se on 17 Dec 2013 at 1:46