Sep 23, 2007 00:13
In all its splendor, here it is: our massively scaleable, n-way distributed system with fault tolerance. We can update the entire application on-the-fly without going offline--ever!
31> application:load(eventd).
ok
32> application:loaded_applications().
[{kernel,"ERTS CXC 138 10","2.11.5"},
{eventd,"A scalable event server.","alpha"},
{stdlib,"ERTS CXC 138 10","1.14.5"}]
Is it surprising that we didn't use PHP?