>- Erlang uses asynchronous message passing, whereas Ada uses >synchronous message passing. However, as F. Ecke shows above, it is Ada doesn't really use message passing. the rendezvous is more like a procedure call into another process, although that description too is misleading. it's really a different construction.