I don't have such an application here right now. However, I can imagine that
in a couple of years from now there might very possible be one. (For
example, a Financial Stock Exchange system, processing buy/sell/statistics
calculations on a 64 processor UltraSPARC-2 multiprocessor server, while
talking to other institutions all over the world :-)
> Yup. There are applications where you can imagine a great many
> threads of context, but you can always multiplex application threads
> onto a smaller number of kernel threads.
Sure, that is how (for example) Solaris 2 does it.
However.. - I thought that Linus idea was that there shouldn't be
any separate application threads - Ie all threads should be kernel threads!
- Peter