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

From: Aki M Laukkanen (amlaukka@cc.helsinki.fi)
Date: Wed Aug 23 2000 - 13:41:36 EST


On Wed, 23 Aug 2000, Albert D. Cahalan wrote:
> So glibc overhead is nearly a factor of 1000. Film at 11.

No, it is not a factor of 1000. I benched this by adding a
couple tests to lmbench once. pthread_create->exit->join combo
was about 130 microseconds, fork+exit was ~700 microseconds and
clone(CLONE_VM)+exit about 60 microseconds. This was on a
Celeron/466.

To get rid of the manager thread, I was under the impression
that CLONE_PARENT was supposed to do this? If not then what
use it is?

-- 
D.

- 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 : Wed Aug 23 2000 - 21:00:09 EST