changcheng / wro4j

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

GoogleClosure processor parallel execution #520

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The fix which makes the GoogleClosure processor thread-safe has a side-effect 
which prevents the processor for being used in parallel. When two resources 
needs to be processed in the same time, these are executed sequentially. 

The purpose of this task is to improve the processor implementation and to make 
it possible to process resources asynchronously. A possible solution would be 
using a pool of googleClosure compilers.

Original issue reported on code.google.com by alex.obj...@gmail.com on 12 Aug 2012 at 12:07