Open GoogleCodeExporter opened 8 years ago
How many cores does the machine actually have?
If it is less than 50 it doesn't make sense from the performance point of view.
Typically the the performance gets worse when more (~) threads than cores are
running.
Original comment by nullable...@gmail.com
on 8 May 2012 at 7:53
My machine have only 2 cores. But all threads are doing only io operation.
Must of the time they are busy in IO.
Main question way is there way or variable which I can use to get current
working thread count ?
Original comment by goelvive...@gmail.com
on 8 May 2012 at 8:10
Adding one more point I am running server as embedded server inside my
function. I want to log when my all working threads are busy.
Original comment by goelvive...@gmail.com
on 8 May 2012 at 9:08
Probably it helps, at least for diagnostic, to define DEBUG - this way you have
additional information, also about the worker threads.
Original comment by nullable...@gmail.com
on 8 May 2012 at 6:17
Original issue reported on code.google.com by
goelvive...@gmail.com
on 8 May 2012 at 7:36