This is a mirror of official site: http://jasper-net.blogspot.com/

NPipeline

| Thursday, March 25, 2010
NPipeline is a .NET port of the Apache Commons Pipeline components. It is a lightweight set of utilities that make it simple to implement parallelized data processing systems.

Data objects flowing through the pipeline are processed by a series of independent user-defined components called Stages . A pipeline may have a number of different branches of execution, each of which is a fully qualified Pipeline in its own right.
Project Status
This project is in Pre-Alpha state and not ready for production use. I essentially needed a place to host the project :-)

   * Component design - Done
   * Pipeline construction and Lifecycle events - Done
   * Base class implementations for Interfaces - Done
   * Synchronous StageDriver - Done
   * Unit Tests for Framework - Done

Read more: Codeplex

Posted via email from jasper22's posterous

0 comments: