Re: [Hibernate] Re: [Hibernate-devel] distributed caching

2002-09-04 Thread Christoph Sturm
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.

[Hibernate] Re: [Hibernate-devel] distributed caching

2002-09-04 Thread Gavin_King/Cirrus%CIRRUS
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

Re: [Hibernate] Re: [Hibernate-devel] distributed caching

2002-09-04 Thread Christian Meunier
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

[Hibernate-devel] New functionality in CVS

2002-09-04 Thread Gavin_King/Cirrus%CIRRUS
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

[Hibernate] Very cool...

2002-09-04 Thread Gavin_King/Cirrus%CIRRUS
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