List some of the Advantages of Pipes and Filters.

 Posted by Niladri.Biswas on 9/11/2012 | Category: Design Pattern & Practices Interview questions | Views: 2939 | Points: 40
Answer:

- Allows complex processing on a message while maintaining independence and flexibility

- Filters that use the same external interface can be composed into different solutions, by connecting the components to different pipes, without having to change the filters themselves

- Filters are easy to reuse in different contexts than large components

- Multi-processing of filters, for example running them in parallel or quasi-parallel, is possible


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response