light A common strategy for handling errors in Buildap

Document Actions
Replies: 1   Views: 3850
Up one level
You need to be a registered member to post to this forum. Register now.
Prev topic | Next topic

light A common strategy for handling errors in Buildap

Posted by edwardotis at 2004-11-19 01:20
"Error handling.

As we explained in step 5 of the Implementation section, error handling is the Achilles' heel of the Pipes and Filters pattern. You should at least define a common strategy for error
reporting and use it throughout your system.

A concrete error recovery
or error-handling strategy depends on the task you need to
solve. If your intended pipeline is used in a 'mission-critical' system
and restarting the pipeline or ignoring errors is not possible, you
should consider structuring your system using alternative architectures
such as Layers (3 1). "

---
Who wants the first crack at this one?
Anonymous
Posts: n/a

 • Re: A common strategy for handling errors in Buildap

Posted by havoyan at 2004-11-20 16:53
I am interested in your comments regarding error handling. Please share your ideas.

As a hint - buildap is NOT pipe and filter. Pipe and filter style can be easily implemented by buildap but it is not the only architecture we can design with buildap. For example we can also design data-centric architecture with buildap.
Manager
Posts: 0