Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Whats the difference between having two pipelines with one matcher each, and one pipeline with two matchers?

0
Posted

Whats the difference between having two pipelines with one matcher each, and one pipeline with two matchers?

0

If there is no other difference in pipeline declarations, then none, really. Note that pipelines can differ by: • visibility: internal-only=”true” (not accessible for external requests) or not. • error handling: using different s. • cachability (since 2.1): some requests can use cached responses from caching pipeline. Others, which should not be cached, can be handled by the non-caching pipeline implementation. • logical grouping: logically-related components can be grouped into separate pipelines to improve readability and ease administrative concerns. • ids: used to identify pipeline and other elements. See the “sitebuilder” sitemap editor in scratchpad samples for an example.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123