Brian Akins wrote:
> Issac Goldstand wrote:
> 
>>  I can see how other tracking information (like how often the
>> cached entity is accessed, last access time, etc) would be useful,
>>
> 
> Also, those statistics could be updated asynchronously by using a queue
> so that statistics doesn't slow down a busy web server.
> 

Not sure that it'd help.  With multiple processes/threads, it'd still
cause IO and physical disk head movements, which is what we really care
about, I think.

Reply via email to