On Mon, Feb 15, 2010 at 5:42 PM, todd hoff <[email protected]> wrote:
>
> A nice summary of the differences between a queue and Pubsubhubbub
> style event distribution, thanks. It brings up some things I've been
> working on really want a queue. Pubsubhubbub seems most useful in the
> lossy append style event scenario. If you are trying to work with
> actors that implement state machines it doesn't really work. To make
> it work, especially with a push model, events have to put on another
> queue as they come in, which seems a little redundant. Other products
> exist, like your fine program, but the prospect of large market place
> of hubs is very attractive.

Thanks Todd.

I think one of the main attractions of PSHB is that it sidesteps
almost all questions of state management.  It would be good to be able
to 'plug in' different kinds of state managing actors, either in the
middle points, or at the endpoints.  Working out just what is and
isn't doable here, is kind of a head spinning activity ...!

alexis

Reply via email to