Look up values in a BDB for several files in parallel
        Posted  
        
            by biznez
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by biznez
        
        
        
        Published on 2009-09-15T17:03:20Z
        Indexed on 
            2010/04/07
            21:53 UTC
        
        
        Read the original article
        Hit count: 213
        
What is the most efficient way to look up values in a BDB for several files in parallel? If I had a Perl script which did this for one file at a time, would forking/running the process in background with the ampersand in Linux work?
How might Hadoop be used to solve this problem?
Would threading be another solution?
© Stack Overflow or respective owner