Tuesday, November 6, 2012

semaphores

to have a look later

http://javapapers.com/core-java/semaphores-using-java/

http://www.javacodegeeks.com/2011/09/java-concurrency-tutorial-semaphores.html

what I am going to use
is
java.util.concurrent.locks.Lock

with tryLock() and lock()

No comments:

Post a Comment