Hi:
I have some query about mechanisms for save and remove data from cache
No1:
I believe there is a big hash table when the TS Running in memory, i would like
to know when and how TS save this table into disk?
Does ATS save it into disk when this table changed? or save it into disk in
fixed-time slices?
How can ATS keep this table correct if ATS crashed during running?
No2:
For limited hard Disk, how Can TS remove expired object from cache and keep
popular objects in Cache?
For example. there are few objects only visit once and never be used again? How
can TS know their expired day and remove it?
Is there a separate Thread to check cache and keep it popular?
Thanks