About
blocking is a thread state that occurs when a thread (where main thread = process) attempts to acquire a lock.
It will wait a response from a call (remote JDBC, Ajax, …) (it's not blocking)
.
Articles Related
Implementation
- Example: blocking queue