Hey Christian!
What I am trying to achieve is a distributed read-write cache. I didnt
explicitly mention it in my post, but from the context (i was mentioning
writes) it could be guessed. I think Gavin understood me better because we
had a conversation about distributed read write caches before.
Hi Christoph sorry about the slow ping time. It takes a while to collect
thoughts and write a response to some of these things.
>>> Yesterday I was thinking about implementing a distributed cache for
Hibernate. I want each node to have its own cache, but if one node writes
to its db the data
How you described the cache behaviour you wanted ("I want each node to have
its own cache, but if one node writes to its db the data should be
invalidated in all caches") led me to think we were talking about read only
cache ;)
Now it's clear ;)
Thanks
Chris
- Original Message -
From: "C
This mail is probably spam. The original message has been attached
along with this report, so you can recognize or block similar unwanted
mail in future. See http://spamassassin.org/tag/ for more details.
Content preview: (1) I implemented Validatable. It would be cool if
people could try thi
This mail is probably spam. The original message has been attached
along with this report, so you can recognize or block similar unwanted
mail in future. See http://spamassassin.org/tag/ for more details.
Content preview: Just been playing with the brand new Hibernate XDoclet
extension writte