8 lines
256 B
Markdown
8 lines
256 B
Markdown
|
|
What happens to a client during a **Synchronous Message with Reply**?
|
|
|
|
---
|
|
|
|
🛑 The client sends a message and **blocks** (stops execution) until the server processes the request and sends a reply back.
|
|
**Examples:** RPC (Remote Procedure Call) or RMI.
|
|
|