cpu优化 应用程序优化 1、编译器优化 2、算法优化 3、异步处理 4、多线程代替多进程 5、缓存 系统优化 1、cpu绑定 2、cpu独占 3、优先级调整:使用nice调整进程的优先级 4、为进程设置资源限制