[infinispan-dev] [ISPN-78] Alternative interface for writing large objects

Sanne Grinovero sanne.grinovero at gmail.com
Mon Apr 4 07:17:47 EDT 2011


<cut />

> I haven't thought deeply about the implications for concurrent writes, though. Is it possible to lock keys outside of a transactional context? If so, this might be a solution for reading and writing.

No, it's not possible to lock anything out of transaction; the most
obvious reason is that there's no unlock() method, all acquired locks
are implicitly released at transaction commit.

Cheers,
Sanne

>
> Cheers,
> Olaf
>


More information about the infinispan-dev mailing list