Relative Content

Tag Archive for pythonsocketswebsocketnetwork-programming

Improve python websocket

I am implementing a new websocket to handle a strategy game using python. Now I need to ask what can help me to improve the socket preformance.
I created a load test using the websocket I found that it can handle like 100K connection in the same time
and I created another test for my code with the same conditions (in the two tests i set values in redis and get values from redis) I found that it can only handle about 4K connection only
Is this a good result? and what should I do to improve the preformance.