Hi! On Tue, Apr 25, 2006 at 03:07:50PM -0700, [EMAIL PROTECTED] wrote: >HTTP. The client is VLC. While this works, the CPU usage is very >high e.g. 90+% on both my PowerBook (running OSX 10.4.6) and a (much >faster) Debian Sarge box running on a 2.4ghz P4. This CPU usage is
What results do you get if you profile your server program (compile and link with -pg, run it, terminate it, run gprof <binary> gmon.out > profile.txt and look at the output)? That should probably point you to the place(s) that might be the culprit(s) for the high CPU usage. Kind regards, Hannah. _______________________________________________ Libevent-users mailing list Libevent-users@monkey.org http://monkey.org/mailman/listinfo/libevent-users