java - using ehcache to handle file processing -
i new ehcache concept , usage. in application loading many files using java.io ( lets 100 @ time. may more that) , process these files using multiple threads.
from performance perspective want implement caching mechanism this. can please let me know how should , best practice ?
ps - processing file steps 1. read file 2. create java file object. 3. process file. 4. move file different location.
( using spring in application)
thank in advance.
we're operating high traffic portal 95m pis / monthly. we're using proxy servers , varnish https://www.varnish-cache.org/ cache static contents. @ same time outsource caching application servers, , they've more free memory operate on. think right solution in case , too.
Comments
Post a Comment