jahaziel17 / wro4j

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

ResourceWatcher should allow check for changes asynchronously #822

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When working with large number of resources and resourceWatcher is enabled, it 
can take a not negligible time to compute the checksum, which causes the actual 
processing to be blocked. 

This can be improved, by invoking the checksum computation (check for changes) 
in an separate thread, making it asynchronous.

Original issue reported on code.google.com by alex.obj...@gmail.com on 3 Dec 2013 at 10:31

GoogleCodeExporter commented 8 years ago

Original comment by alex.obj...@gmail.com on 26 Jan 2014 at 9:29

GoogleCodeExporter commented 8 years ago
I have created a new issue to track the raised defect: issue834

Original comment by alex.obj...@gmail.com on 26 Jan 2014 at 9:31