问题
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