[
Lists Home |
Date Index |
Thread Index
]
Joshua Allen wrote:
> The forward-only "pull model" is quite important because many of our
> low-level scenarios involve pipelined processing of XML, where
> performance and working set are critical. "Pull to read, push to write"
> makes it easy for developers to write components which automatically
> "just works" in a pipelined environment.
Could you elaborate on this? I'm confused.
If every component follows this model, how do you plug
two of them together? That is, how can the output of
FOO be the input of BAR if FOO wants to push and BAR
wants to pull? Threads?
--Joe English
jenglish@flightlab.com
|