[
Lists Home |
Date Index |
Thread Index
]
> why not to buffer events and run them through different processing pipelines?
> it should be easy to do with pullparser that buffers events and has replay
> function.
Sure, it CAN be done, I just think the result ends up being ugly and
fragile, if only because each event-getter has to cooperate in making
sure that "the next guy" gets his chance.
If you have multiple readers interested in an event, it's easier for the
reader to push it out, or have a central dispatch push it out, to all
the readers. Typical pub/sub stuff.
/r$
|