The question is how to lower the CPU utilization of an application. - Is there any general rules? - What kind of operations consume large amount of CPU time? - How to make sure multiple instance of applications not working in too-awful way?
For example, when using gzip compress a big file, the CPU utilization could be more than 40%. But if using 3 gzip session simultaneously, the system will still have 10+ % of idle time. But for my application, single instance will consume 40% CPU, and 3 instances will always make CPU idle time to zero. Thanks. This message posted from opensolaris.org _______________________________________________ perf-discuss mailing list perf-discuss@opensolaris.org