This is the mail archive of the libc-help@sourceware.org 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]
Other format: [Raw text]

Re: Encouraging the kernel(?) to more efficiently wake my threads


On Wed, Nov 9, 2011 at 1:53 PM, Chris Stankevitz
<chrisstankevitz@gmail.com> wrote:
> The amount of concurrency
> linux offers me varies with the duration of the 'baby thread' task.

I can see now I need to re-architect my design to perform fewer "need
to wait" calls.  By "need to wait" I mean calls to semaphore waits
that actually do end up waiting.

Thanks for your help everyone,

Chris


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