From: <web...@st...> - 2003-04-04 13:11:01
|
On Thu, 3 Apr 2003, Lane Sharman wrote: | You should definitely take a look at org.opendoors.cache.* and | org.opendoors.cache.immutable.* which is a generational cache system. | Lots of good features. .. and only works on thightly coupled multiprocessor systems (which excludes a lot of the "big iron" machines out there). This because you need cache-coherency for the "generational" thing to work (it doesn't synchronize properly). I'd vote for using subsystems that actually _work as intended_ on every system, and then you might configure your particular setup to use architecture-dependent code. Isn't there some cache-wrapping code in WebMacro that enables you to select caching via config? -- Mvh, Endre Stølsvik M[+47 93054050] F[+47 51625182] Developer @ CoreTrek AS - http://www.coretrek.com/ CoreTrek corporate portal / EIP - http://www.corelets.com/ |