David Worms wrote:
Trying to understand the event package, I created a sample application
which could be used to learn the event package, at least what deals with
Signals and Event Pipelines.
The link to the code is http://67.116.155.180/~wdavidw/mySearch-event.zip
One design question: if a pipeline is a stage in itself (using SEDA
terms). How can we connect it with another stage? By registering this
pipeline inside another pipeline?
THe pipeline is not the Stage. The Queue is the method of piping events
from one stage to another. The handler takes events from the queue and
feeds them to the pipeline. The stage is usually associated with the
EventHandler.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]