摘要: 我在做个网关程序,要求实时响应,系统默认进程优先级不够了,需要提升进程优先级别.问了不少人.设置进程的优先级 System.Diagnostics.Processp=System.Diagnostics.Process.GetCurrentProcess();p.PriorityClass=System.Diagnostics.ProcessPriorityClass.RealTime;该设置在W... 阅读全文
posted @ 2009-07-31 13:07 为爱痴狂 阅读(813) 评论(0) 推荐(0)