google-code-export / wro4j

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

Improve google closure processor in multithreaded environment #851

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Current implementation of google closure processor perform synchronization to 
avoid thread-safety issue (google closure compiler is not thread-safe).
This can be improved with a threadPool of compilers. As a side-effect the 
processor should also become faster when invoked concurrently.

Original issue reported on code.google.com by alex.obj...@gmail.com on 21 Feb 2014 at 4:11

GoogleCodeExporter commented 9 years ago
Fixed in branch 1.7.x.

Now using a pool of compilerOptions which aren't thread safe.

Original comment by alex.obj...@gmail.com on 10 Mar 2014 at 5:17