From: Gavin K. <ga...@ap...> - 2002-09-19 11:35:23
|
This is the email: http://sourceforge.net/mailarchive/forum.php?thread_id=3D1033840&forum_id= =3D7517 ----- Original Message -----=20 From: Gavin King=20 To: Christian Meunier=20 Cc: hibernate list=20 Sent: Thursday, September 19, 2002 9:25 PM Subject: Re: [Hibernate] JCS cache - Distributable read-write Nice diagram! I wish the Hibernate doco had some diagrams like = that.... What I mean by "transactional access" is we would have to be able to = read a value out of the cache, check its timestamp, and then put a new = value in the cache as an atomic operation. Currently we do this by = synchronizing on the strategy object. That approach won't work for a = distributed cache. I detailed an approach that would work (a remote = LockServer) in a previous email. If you read that carefully you will see = exactly how isolation would be broken without it. |