in reply to Fork vs pThreads
How many units of work do you have overall? Are there only 50 units of work, or are there more than 50?
Your current setup only processes the first 50 units of work and does not process any further items.
If the code you show is not the code you are really running, you'll need to show some more relevant code.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Fork vs pThreads
by ThelmaJay (Novice) on Oct 21, 2013 at 14:02 UTC | |
by Corion (Patriarch) on Oct 21, 2013 at 14:07 UTC | |
by ThelmaJay (Novice) on Oct 21, 2013 at 14:15 UTC | |
by Corion (Patriarch) on Oct 21, 2013 at 15:02 UTC |