in reply to Perl::ForkManager does not speed up ATCG calculation !!
What am I doing wrong in following code?
You are doing so little work in each of your processes (running checkATCG() against a single sequence) that the costs of starting up and shutting down that process costs (far) more than doing the work.
|
|---|