in reply to Re^2: Multithreads with an executable in the worker subroutine
in thread Multithreads with an executable in the worker subroutine
Copying the entire database for each thread is about 500MB of space per thread, but it seems to be working. There is definitely some kind of block, after seeing this.
However, I don't think it is a system block because I was able to put 4 blast queries into a loop in the bash shell and fork them, and top showed all four running at the same time.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Multithreads with an executable in the worker subroutine
by BrowserUk (Patriarch) on May 31, 2012 at 17:41 UTC | |
|
Re^4: Multithreads with an executable in the worker subroutine
by bulk88 (Priest) on May 31, 2012 at 21:04 UTC |