threadsafe
Jump to navigation
Jump to search
English
[edit]Alternative forms
[edit]Etymology
[edit]Pronunciation
[edit]Adjective
[edit]threadsafe (not comparable)
- (computing, programming) That can be safely accessed from multiple threads.
- 2004, Scott Oaks, Henry Wong, Java threads:
- Only a few collection classes are threadsafe. As we'll see later, being threadsafe does not necessarily mean that you can safely use them in every multithreaded program.
- 2006, Dave Minter, Jeff Linwood, Beginning Hibernate: From Novice to Professional:
SessionFactory
objects are threadsafe, so it is not necessary to obtain one for each thread.