Hacker News new | past | comments | ask | show | jobs | submit login

Synchronous messaging is insufficient for making multiple requests at once and waiting for the responses. Also asynchronous messaging allows for optimistic notifications -- for example to clear a cache when coherency isn't required.

With asynchronous messaging it's simple to build synchronous interactions if desired --- send a message and wait for a response; but you can't build asynchronous interactions on top of synchronous messages.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: