profiling results...

Ales Pour pour@princip.cz
Wed Aug 23 03:10:00 GMT 2000


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


More information about the Pthreads-win32 mailing list