We should really get this in a FAQ somewhere!

>> 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.


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

Reply via email to