Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: Forking Multiple Regex's on a Single String (use threads)

by BrowserUk (Patriarch)
on Aug 22, 2006 at 00:55 UTC ( [id://568731]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ...
    my %motifs : shared;
    ...
                print join "\t", $chromosome, $pos, $motif;
                $pos += $len;
            }
    
  2. or download this
    my @waiting = @chromosomes;
    my %threads;
    ...
        }
        sleep 1; ## Prevent this thread consuming all spare cpu
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-23 14:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found