When poll is active respond at

Which of the following best completes this: In Erlang, message passing between processes is ...

75%
38
unsynchronized... meaning a process may send a message to another at anytime, no matter what the receiving process is doing
12%
6
synchronized... meaning that when one proc wants to send a message to another, the sender waits until the receiver is ready to accept the message
14%
7
semi-synchronized... meaning a sending process is blocked if the receiving process does not exist
Powered by