Re: SCO: "thread creation is about a thousand times faster than on native Linux"

From: Ingo Molnar (mingo@elte.hu)
Date: Sun Aug 27 2000 - 16:57:01 EST


On Wed, 23 Aug 2000, Joerg Pommnitz wrote:

> quote> SCO's Juergen Kienhoefer tells us that by mapping clone processes
> quote> directly onto UnixWare's native threads, huge performance gains
> quote> can be realised. "Basically thread creation is about a thousand
> quote> times faster than on native Linux," he said. [...]

Linux creates a 'native Linux thread' via clone() in about 10
microseconds. So SCO creates a thread in 10 nanoseconds - ie. faster than
a cacheline load on most CPUs - wow!

glibc creates a pthread in about 300 microseconds, thats certainly slow.
(but then again, still faster than NT's thread creation latency.) I doubt
SCO creates a pthread in 0.3 microseconds.

        Ingo

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Aug 31 2000 - 21:00:19 EST