Matthias Gottschlich wrote:
Hello,
since our O/R-Mapping seems to work with the stuff from OJB (i only read the documentation so far....), i have a question concerning perforamce.
I found many different cache-implementations for ojb.
We need a cache that is:
1. one cache per server ( so that multiple threads see the objects, cached by another thread)
2. transaction-safe ( if thread a in Transaxtion TXa create a new object, thread b in Transaction TXb shouldn't see the ne object before TXa is committed)
3. nice to have is clustering support.
It seems that 1 an 3 is delivered by OScache. But is OSCache transactions-safe? Which cache supports 1 and 2 ???
Sorry currently none.
This is on the roadmap for 1.1. We want to implement a real two level cache. First level will be transaction-safe and deal with given objects, the second level only handle copies of given objects.
regards, Armin
regards Matthias
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
