Process / Thread - Blocking state

Process States

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





Discover More
Card Puncher Data Processing
What is an Event Loop?

An Event loop is a thread that waits for and dispatches events or messages that may contains: data or runnable code An event loop is also known as: message dispatcher, message loop, message...



Share this page:
Follow us:
Task Runner