lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 4 November 2011 01:02, Josh Simmons <simmons.44@gmail.com> wrote:
>

> What problems does migrating the entire application solve that a
> distributed messaging architecture does not?

Think of it as a special case of a distributed messaging architecture.
Rather than having to factor messaging into your code, the whole
application state *is* the message. And the message can be sent to
anyone at any time.

At least, that's the theory.

Regards,
Matthew