The Artima Developer Community
Sponsored Link

Agile Buzz Forum
A Distributed Reentrant Read-Write Lock Using a Hazelcast Data Grid

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Vanessa Williams

Posts: 273
Nickname: vwilliams
Registered: May, 2003

Vanessa Williams is CTO and Chief Architect of oponia networks
A Distributed Reentrant Read-Write Lock Using a Hazelcast Data Grid Posted: May 30, 2014 3:16 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by Vanessa Williams.
Original Post: A Distributed Reentrant Read-Write Lock Using a Hazelcast Data Grid
Feed Title: fridgebuzz
Feed URL: http://feeds.feedburner.com/fridgebuzz
Feed Description: Pointers on software, art, math, noise, and other obsessions.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by Vanessa Williams
Latest Posts From fridgebuzz

Advertisement
Most Java programmers are familiar with the java.util.concurrent package and some of the handy things in it like ReentrantReadWriteLock. To recap, a ReadWriteLock solves the “Readers-Writers Problem” in computer science. A read-write lock allows for a greater level of concurrency in accessing shared data than that permitted by a mutual exclusion lock. It exploits the [...]

Read: A Distributed Reentrant Read-Write Lock Using a Hazelcast Data Grid

Topic: Another Two Sides to Estimation Previous Topic   Next Topic Topic: Targetprocess Chronicles (2004-2014)

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use