Hi all,

A few years ago, my interest in pipelines was piqued sufficiently to
attempt a java implementation.  Current status is:

* The dispatcher is complete with one exception: stall detection.
  I have designed the stall detection mechanism, but have not yet
  implemented it.
* Single- and multi-stream pipelines are fully supported.
* Callpipe has been implemented (but probably needs a little bit of
  testing). Addpipe has been mostly implemented but not yet tested
* The dispatcher has the ability to generate events, which can be
  "listened to" (ala. RUNPIPE EVENTS)
* Full support for MSGLEVEL, TRACE, STAGESEP, LISTCMD, LISTERR, et al
  (at both the pipe and stage level)

Most of the common stages have been implemented.  Anyway, my interests
have moved on, and rather than just let it stagnate on my hard-drive, I
thought I may as well open it up under an MIT License for anyone to
download/use/extend as they see fit.

See https://bitbucket.org/edwardaux/pipelines/ for the source code, and
https://bitbucket.org/edwardaux/pipelinestest/ for the unit test cases
that I use to regression test.

Enjoy.

--
Craig

Reply via email to