> From: Justin Fagnani-Bell [mailto:[EMAIL PROTECTED]] 
> 
> I hope this isn't to dumb a question, but I've been wondering 
> it for a 
> while:
> 
> What's the difference between having two pipelines with one matcher 
> each, and one pipeline with two matchers?

If there is no other difference in pipeline declarations, then none.

Pipelines can differ by:
        - visibility: internal (not accessible for external requests) or
normal
        - error handling: using different <handle-errors>s.
        - cachability (since 2.1): some requests can use cached responses
from caching pipeline, while the others should not be cached, so you should
use non-caching pipeline implementation
        - logical grouping: you can group logically related parts into
separate pipelines

Pipelines can also have an 'id', but I don't know how it's used, so you can
have different 'id's for your pipelines.

Maybe I've forgot something, but this should be enough for understanding.

Konstantin

> 
> Thanks a lot,
>    Justin
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to