...
Wiki Markup |
---|
\[[API 06|AA. Java References#API 06]\] \[[Bloch 01|AA. Java References#Bloch 01]\] Item 48: "Synchronize access to shared mutable data" \[[Goetz 06|AA. Java References#Goetz 06]\] Section 3.5.3 "Safe Publication Idioms" \[[Goetz 07|AA. Java References#Goetz 07]\] Pattern #2: "one-time safe publication" \[[JPL 06|AA. Java References#JPL 06]\] 14.10.2. "Final Fields and Security" \[[Pugh 04|AA. Java References#Pugh 04]\] |
...
CON27LCK10-J. Do not use incorrect forms of the double-checked locking idiom 11. Concurrency (CON) CON29-J. Use thread pools to enable graceful degradation of service during traffic bursts