Group,

I am new to this group and just stumbled upon the cache implementation while 
looking for  a project that used docbook. Hopefully I am not asking something 
that has already been covered. From the archives, I see that the cache as found 
in the sandbox is pretty much complete but needs testing. I have also seen the 
cache implementation used in Cocoon2. A while back I wrote a cache that 
supports hierarchical data stored on an iSeries system. That cache was written 
in RPGIV, but I think the basic concepts are the same.

Do you think that a frequent use cache would be useful? In our applications it 
worked better than either a LRU or FIFO cache. To do this I think a hit counter 
in the memory cache store and a cache implementation that reorganized after n 
number of hits might work well. In the cache I built I also supported a prior 
key/entry directly with no lookup.

David Morris


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to