...
Wiki Markup |
---|
\[[API 06|AA. Java References#API 06]\] Class {{Object}} \[[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] |
...
CON23CON24-J. Notify all waiting threads instead of a single thread. Do not use Thread.stop() to terminate threads 11. Concurrency (CON) CON29CON26-J. Use thread pools to enable graceful degradation of service during traffic burstsEnsure that threads and tasks performing blocking operations can be terminated