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?

  1. should serialize , deserialize objects on runtime?


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -