Glimpse / Glimpse.Prototype

Glimpse v2 prototype
MIT License
185 stars 42 forks source link

Switch agent broker over to new parallel pipeline #38

Closed avanderhoorn closed 9 years ago

avanderhoorn commented 9 years ago

Switching agent broker over to a new parallel pipeline which aims to leverage available workers to process messages as quickly as possible.

avanderhoorn commented 9 years ago

Server broker has had it extension points removed. Need to talk about what we want to do there. Some minor cleanup to happen later.

avanderhoorn commented 9 years ago

As a note, for the pipeline to work correctly, the Agent Broker is no longer sending IMessages to the Agent Publisher. I don't like this in particular, but I'm not sure there is any way around this given that the Publisher needs to be able to control the context and not the Broker.