论坛风格切换
正版合作和侵权请联系 sd173@foxmail.com
 
  • 帖子
  • 日志
  • 用户
  • 版块
  • 群组
帖子
购买邀请后未收到邀请联系sdbeta@qq.com
  • 1592阅读
  • 1回复

[求助-系统问题]解决Windows 7下网络游戏延时高的办法 [复制链接]

上一主题 下一主题
离线风晨
 

发帖
2652
今日发帖
最后登录
2018-03-03
只看楼主 倒序阅读 使用道具 楼主  发表于: 2009-12-15 13:18:46


经常听见有人说用windows 7玩网络游戏的时候网络延时比较高,也就是ping比平时xp的时候高一点,一直找不到原因,很苦恼。今天我们终于找到理由了,原来是Win7的一个服务在作怪,这个服务叫:Multimedia Class Scheduler。
  这个服务的官方解释是:
  The Multimedia Class Scheduler service (MMCSS) enables multimedia applications to ensure that their time-sensitive processing receives prioritized access to CPU resources. This service enables multimedia applications to utilize as much of the CPU as possible without denying CPU resources to lower-priority applications.
  MMCSS uses information stored in the registry to identify supported tasks and determine the relative priority of threads performing these tasks. Each thread that is performing work related to a particular task calls the AvSetMmMaxThreadCharacteristics or AvSetMmThreadCharacteristics function to inform MMCSS that it is working on that task.
  For an example of a program that uses MMCSS, see Exclusive-Mode Streams
  就是这个服务让我的PING如此高,问题是找到了,那么我们如何解决呢?很简单,禁用它就行了。
  禁用方法:开始--运行-regedit,展开[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Audiosrv]双击打开右侧的DependOnService项目,把MMCSS删除(千万别删到其他的),最后保存退出。
  重启电脑后设置才会生效,然后到服务里关闭并禁用Multimedia Class Scheduler,再进游戏看看有没有提高呢。
1条评分
quen2008 电魂 +2 闪电联盟因你而精彩! 2009-12-15
离线quen2008
发帖
*
今日发帖
最后登录
1970-01-01
只看该作者 沙发  发表于: 2009-12-15 16:01:05
理解官方解释有点难度,解决方法到时蛮简单的