3303-flashcards/hATaBiZQ - 3303/IcMlwJNw - What happens to a client during a Synchronous Message with Reply.md
gwg313 e83b60af4f
first commit
update readme

reformat
2026-04-20 23:10:20 -04:00

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.