Subject: RE: NetBSD is not Linux
To: ali \(Anders Lindgren\) <dat94ali@ludat.lth.se>
From: None <wojtek@wojtek.3miasto.net>
List: netbsd-users
Date: 06/12/2001 09:06:46
> 
> This is kind of an interesting issue. People often put forward that Linux
> "kernel threads" suck because "one process/thread is known to be an
> inefficient way of implementing kernel threads", but I haven't really
> heard any arguments as to why it necessarily has to be? Why would it

because context switching takes time, especially in linux with lots of
processes.