Hello.

Could you help me understand why i have a lot of clock_gettime syscalls.

I use libev on Solaris and my App has:

1. several (4-6) worker-thread (they communicate to main thread via
ev_async_send(); one per worker-thread)
2. one read watcher
3. one write watcher
4. one check_watcher

I see that system spends ~10 % of app-work-time.


Is it possible to optimize that ?

Thanks.
_______________________________________________
libev mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev

Reply via email to