Kernel threads - so what?
Kernel threads - so what?
Posted Aug 28, 2009 20:19 UTC (Fri) by oak (guest, #2786)In reply to: Kernel threads - so what? by quotemstr
Parent article: In brief
Threads obviously have an overhead (scheduling, task struct etc). The
less overhead you have, the better it scales.
less overhead you have, the better it scales.
Besides, it clutters your "ps" output. Having more kernel threads running
than the actual user-space processes for which they do stuff, sounds
wrong.