Table of Contents

Process / Thread - Blocking state

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)

.

Implementation

Documentation / Reference