This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Slow pthread_create() under high load


> If you want to see this changes get the kernel changes in place.
> There are various patches floating around which combined will allow a
> correct and fast implementation.  But they were not added.

The problem he is seeing however appears unrelated to the fact posix
threads is a braindamaged pile of crap. Its because the scheduler penalises
across forks as part of its fairness approach. Ingo showed that was in
fact wrong and posted some algorithm changes for 2.3.9x

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]