The Artima Developer Community
Sponsored Link

Java 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 31, 2014 1:17 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java 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 Java Buzz Posts
Latest Java 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: Parsing a file with Stream API in Java 8 Previous Topic   Next Topic Topic: Grails tip: refactoring your URLs

Sponsored Links



Google
  Web Artima.com   

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