[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Bytecode: Safe or not? / luac manual
- From: Matthew Wild <mwild1@...>
- Date: Fri, 4 Nov 2011 02:25:34 +0000
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