Fan's blog Rotating Header Image

Posts under ‘Spring’

Spring中Singletons的线程安全

Thread-safe在Java Concurrency in Practice这本书里面的定义是:
A class is thread-safe if it behaves correctly when accessed from multiple threads, regardless of the scheduling or interleaving of the execution of those threads by the runtime environment, and with no additional synchronization or other coordination on the [...]