Process Cache Enhancement
Our development team, has make some changes to AccelSee process caching mechanism.
Now AccelSee (v0.1.22) smart enough to determine if a file need to be processed further or can be taken from cache based on file content. AccelSee content detection algorithm, can detect if a same file was located in different repository.
Case Scenario
For example a.pdf is a file that located (duplicated) in two repository and can be accessed in two URL:
- repository://repository1/a.pdf
- repository://repository2/a.pdf
New version of AccelSee can detect that two URL has same content, therefore only one processing need to be done for those URL.
New Process Cache Leveling
In AccelSee 0.1.22, cache level has been simplified to 2 levels: Aggressive and Normal.
Aggressive cache allows AccelSee to aggressively use cached result without considering file content (has been changed or not), while in Normal level, AccelSee will consider file content changes.
No related posts.
