weakReference « Thread Safe « Java Thread Q&A

Home
Java Thread Q&A
1.concurrency
2.Development
3.Exception
4.Notify
5.Operation
6.Socket
7.State
8.synchronize
9.Thread Safe
10.ThreadPool
Java Thread Q&A » Thread Safe » weakReference 

1. Thread Safe Object Pool with Guarantee of Returning Existing Object if Strong References Exist?    stackoverflow.com

I'm trying to extend the Clojure language to extend ACI-guaranteed refs to ACID-guaranteed drefs (durable refs). The API is to simply to call (dref key value), where key is a ...

2. Thread safety of Java example using WeakReference    stackoverflow.com

I am reading up on weak references in Java after seing a SO post and realising I didn't really know what they were. The following code is from pp. 457, Chapter 17: ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.