google-code-export / wro4j

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

Object pooling processors #811

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Some of the processors (ex: RhinoLessCss) use object pooling for performance 
consideration in multi-threaded environment. But this approach is problematic 
when application is deployed in GAE (Google App Engine). 
The purpose of this task, is to allow disabling the object pooling for every 
processor which uses it or at least create a correspondent processor 
implementation which doesn't use it.

Original issue reported on code.google.com by alex.obj...@gmail.com on 10 Nov 2013 at 10:57

GoogleCodeExporter commented 9 years ago
The mailing list thread where this issue was reported: 
https://groups.google.com/forum/#!topic/wro4j/5hJDtNcwWgk

Original comment by alex.obj...@gmail.com on 10 Nov 2013 at 11:00

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 8 Jan 2014 at 3:11

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 21 Mar 2014 at 9:19

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 8 Apr 2014 at 9:55

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 18 Jun 2014 at 11:07