bullseyestudio / guns-game

Guns, the tank game
http://wiki.narc.ro/a/Guns
4 stars 0 forks source link

Investigate CPU usage #29

Closed narc0tiq closed 13 years ago

narc0tiq commented 13 years ago

The client can get away with eating a core of CPU. The server cannot. One assumes the pygame.event.get() call spinwaits instead of doing something sane. Alternately, there could be a lot of events being created and swallowed continuously. This must be investigated.