Linus Torvalds wrote:
> 
> 
> Yes. For 2.4.x, I'd love to fix anything that can be used to show real
> performance bugs. Something like "setuid() is slow when I run it threaded
> is not a real issue". Something like "pthreads is faster under NT than
> under Linux" _would_ be a real issue.
> 
>                 Linus
> 

pthreads is faster on NT than Linux.  It has to do with how they create
shared segments for local data to apps.  It's about twice as fast as
what's in Linux.

Jeff
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to