Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: [OT] Software Architecture - Pipe and Filter

by trippledubs (Deacon)
on Feb 10, 2016 at 04:10 UTC ( [id://1154795]=note: print w/replies, xml ) Need Help??


in reply to Re: [OT] Software Architecture - Pipe and Filter
in thread [OT] Software Architecture - Pipe and Filter

Thanks for answering, but I think more about concurrent processing. Since I've just been introduced to it, it is difficult to really explain. One of the examples in class is like lets say you are investigating a bombing and you have 20 different camera surveillance tapes. You need to get all this data from these tapes and presumably some other kind of sensor input and then at some point compare against the bad guy catalog.
my @suspects = grep { isBadGuy($_)} map { matchFace{$_} } @{$surveillanceTapes->{mainSt}},@{$surveillanceTapes->{oakStreet}}
Not thinking that is going to provide timely results. What kind of programming solves those kinds of problems. Re^2: [OT] Software Architecture - Pipe and Filter

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1154795]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (7)
As of 2024-04-24 11:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found