...
Wiki Markup |
---|
\[[Grosso 01|AA. Java References#Grosso 01]\] [Chapter 10: Serialization|http://oreilly.com/catalog/javarmi/chapter/ch10.html] \[[JLS 05|AA. Java References#JLS 05]\] [Chapter 17, Threads and Locks|http://java.sun.com/docs/books/jls/third_edition/html/memory.html] \[[Rotem 08|AA. Java References#Rotem 08]\] [Falacies of Distributed Computing Explained|http://www.rgoarchitects.com/Files/fallacies.pdf] |
...
CON01CON19-J. Always synchronize on the appropriate objectUse notifyAll() instead of notify() to resume waiting threads 11. Concurrency (CON) CON06CON21-J. Ensure atomicity of thread-safe codeFacilitate thread reuse by using Thread Pools