Large number of objects in python (autobahn websocket) -
i using autobahn websockets project , got know creates instance particular websocket connection. when have large number of connections in millions, how can manage these many objects?
- should serialize , deserialize objects on runtime?
Comments
Post a Comment