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 - DoneRead more: Codeplex
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 - DoneRead more: Codeplex
0 comments:
Post a Comment