Map
Index
Random
Help
th

Quote: distinguish immutable classes, thread-safe classes, conditionally thread-safe, thread-compatible, and thread-hostile classes

QuoteRef: blocJ_2001 , p. 208



Topic:
immutable files and data
Topic:
race conditions
Topic:
process threads

Quotation Skeleton

Item 52: Document thread safety … @ immutable--Instances of this class appear constant to … @ thread-safe--Instances of this class are mutable, but … external synchronization. … @ conditionally thread-safe--Like thread-safe, except that the class … contains methods that must be invoked in sequence … [p. 209] Examples include Hashtable and Vector, whose iterators … method invocation (and in some cases, each sequence … [e.g., ArrayList] … @ thread-hostile … Typically thread hostility stems from the fact that …   Google-1   Google-2

Copyright clearance needed for quotation.


Related Topics up

Topic: immutable files and data (59 items)
Topic: race conditions (33 items)
Topic: process threads (25 items)

Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.