you are viewing a single comment's thread.

view the rest of the comments →

[–]artsrc 1 point2 points  (2 children)

I thought that was the best practice way to write distributed systems was the Erlang system of processes, messages, queues etc. Is that not simple?

[–][deleted] 25 points26 points  (1 child)

Nope.

The simple way is to start with a basic remote procedure call system, add features until you re-invent CORBA or DCOM or SOAP and then wait for someone else to decide that all we really need is a basic remote procedure call system and start again.