increasing threads for stdout?
#2
The main problem w/ more threads in stdout mode is that the bottleneck for this mode is indeed *the* stdout. What I mean is, the process of writing to stdout slows down the whole process group that much that it makes absolutely *no* sense to use additional threads.

So -n option w/ --stdout shoudn't be used since the number of thread will be automatically set/reduced to 3 anyway (because of the output bottleneck).


Messages In This Thread
increasing threads for stdout? - by Kgx Pnqvhm - 06-02-2013, 01:49 PM
RE: increasing threads for stdout? - by philsmd - 06-02-2013, 03:15 PM
RE: increasing threads for stdout? - by philsmd - 06-02-2013, 04:22 PM
RE: increasing threads for stdout? - by epixoip - 06-03-2013, 01:35 AM
RE: increasing threads for stdout? - by epixoip - 06-03-2013, 06:00 AM