scheduler performance

2000-09-10 Thread Vladimir Kondratiev
Hello, I analyzed Pth performance for application that performs lots of context switch. I found huge amount of time spent in just 2 functions : sigismember() and sigdelset(). This functions are called from pth_sched_eventmanager in loop for each thread and each signal. pth_sched_eventmanager

Re: scheduler performance

2000-09-10 Thread Ralf S. Engelschall
On Sun, Sep 10, 2000, Vladimir Kondratiev wrote: I analyzed Pth performance for application that performs lots of context switch. I found huge amount of time spent in just 2 functions : sigismember() and sigdelset(). This functions are called from pth_sched_eventmanager in loop for each