From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ales Pour To: pthreads-win32@sources.redhat.com Subject: profiling results... Date: Wed, 23 Aug 2000 03:10:00 -0000 Message-id: <39A3A2FB.980BBD17@princip.cz> X-SW-Source: 2000/msg00096.html Hello everyone, I tried profiling my program (multithreaded server) and it appears that it spents most of the time (80% - 90%) in WaitForMultipleObjects (-> CancelableWait() -> pthreadCancelableTimedWait() -> pthread_cond_timedwait())... Is this CPU 'eating' a normal behaviour of WaitForMultipleObjects? Thank you! Regards, Ales ------------------ Ales Pour Princip a.s. Czech Republic