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: Question on glibc: free() API


On Tue, Mar 3, 2009 at 7:12 PM, Bizhan Gholikhamseh (bgholikh)
<bgholikh@cisco.com> wrote:
> We see the suspended thread block for a long time (10 to 100 msec), is
> this acceptable, is this scheduler problem? This is impacting our system
> performance. Any idea how to work aroung this?

Yes, upgrade to an NTPL enabled pthreads.

The use of pthread_wait_for_restart_signal(...) in your pseudo-trace
suggests you are still using linuxthreads.

Cheers,
Carlos.


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