Re: clone() <-> getpid() bug in 2.6?
From: Robert Love
Date: Sat Jun 05 2004 - 17:48:43 EST
On Sat, 2004-06-05 at 14:53 -0700, Chris Wedgwood wrote:
> glibc caches getpid() ?!?
>
> it's not like it's a slow syscall or used often
It is almost certainly done to improve the speed of some stupid
microbenchmark - say, one that just calls getpid() repeatedly (simple
because it is NOT slow) to measure system call overhead.
Or maybe libc uses the PID a lot internally. I don't know.
But it sure seems wrong.
Robert Love
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/