Remote app, Difference of speed between Win7 and Win8

Deadly 提交于 2019-12-11 08:06:34

问题


I have developed remote app(remote controller) that controls PC's mouse using Wi-fi connection. Basically, android client connects the java server and send X, Y coordinates to it. I almost finished everything else and I have tested it more and more. However, recently I found that it works smoothly and fast in Win8 (x64) but when I tried in Win7 (x64), it's quite delayed and slow. What's the difference between them ? I used DataInput/OutputStream and didn't use a Thread for server. The server is just worked by while(true).

The point is that the moving of mouse is smooth and fast respond in Win8 but not Win7.

I would appreciate any help. Thanks for reading :)

来源:https://stackoverflow.com/questions/22724191/remote-app-difference-of-speed-between-win7-and-win8

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!