ologolo / streamline-api

Provides an API for managing file conversions
GNU Lesser General Public License v2.1
0 stars 1 forks source link

Support parallel processing #22

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