trippledubs has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks,
Is "Pipe and Filter" a real thing? We are learning about it in school, but I have my doubts. It is mostly hand wavy and any questions I ask are usually answered by 'depends on implementation'. The concept seems sufficiently vague that it could mean just chaining a bunch of Unix operations together using proc1(stdout) -> stdin(proc2) OR a legitimate software pattern in use today that achieves some higher degree of concurrency OR anything else OR nothing.
The assignment leads me down the road of Java Spliterators and/or streams, but I am wondering if there is a Perl equivalent.
I think it is originally from this 3.5 star 2 cent book Software Architecture: Perspectives on an Emerging Discipline. ISBN 9780131829572
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: [OT] Software Architecture - Pipe and Filter
by MidLifeXis (Monsignor) on Feb 09, 2016 at 20:51 UTC | |
by trippledubs (Deacon) on Feb 10, 2016 at 03:57 UTC | |
by BrowserUk (Patriarch) on Feb 10, 2016 at 07:46 UTC | |
by LanX (Saint) on Feb 10, 2016 at 15:50 UTC | |
by trippledubs (Deacon) on Feb 10, 2016 at 17:38 UTC | |
Re: [OT] Software Architecture - Pipe and Filter
by LanX (Saint) on Feb 09, 2016 at 20:53 UTC | |
by trippledubs (Deacon) on Feb 10, 2016 at 04:10 UTC | |
Re: [OT] Software Architecture - Pipe and Filter
by iguanodon (Priest) on Feb 09, 2016 at 21:25 UTC |