Pages
(Move to ...)
Home
Open Source Contributions
About Me
▼
Showing posts with label
concurrency
.
Show all posts
Showing posts with label
concurrency
.
Show all posts
Monday, December 28, 2009
Handy But Hidden: Collections.newSetFromMap()
›
I was reminded again today of how much the core Java libraries have grown over the years. It can be really hard to keep track of all the ni...
Wednesday, August 19, 2009
Interruptible JDBC Statements
›
I work for a client on a product that makes direct queries against databases via JDBC. A while ago, I added some code so that a user could ...
13 comments:
Tuesday, August 18, 2009
Terracotta Acquires Ehcache
›
Exciting news! This morning I received a note from Greg Luck via the Ehcache Open Discussion mailing list announcing that the Ehcache p...
Sunday, May 17, 2009
ConcurrentLinkedHashMap and Possible Alternatives
›
I mentioned in an earlier post that a project I'm working on needed a thread-safe class with behavior similar to LinkedHashMap , which ...
›
Home
View web version