Hi.
For anyone interested I also have an implementation that is similar - its
Pipelines-esque - its c/c++ with an extensible API as well - if you are
interested see
www.tenfiftytwo.co.uk/pipelines
If you like it - it's free to use - I am currently working on a 64 bit version
for W7.
Regards.
James Laing
> Date: Tue, 20 Mar 2012 17:51:49 +1100
> From: [email protected]
> Subject: [CMS-PIPELINES] Java pipelines
> To: [email protected]
>
> 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