3303-flashcards/hATaBiZQ - 3303/IcMlwJNw - What happens to a client during a Synchronous Message with Reply.md
2026-04-20 23:08:47 -04:00

256 B

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.