You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
asyncio should be convenient for the code, but I am not sure which versions of Python have it. I don't want to tie the project to something too new.
Threading can be implemented easily, but scaling might be tricky if we have one thread per connection and people want to keep 1000 connections. Probably fine though.
The text was updated successfully, but these errors were encountered:
asyncio should be convenient for the code, but I am not sure which versions of Python have it. I don't want to tie the project to something too new.
Threading can be implemented easily, but scaling might be tricky if we have one thread per connection and people want to keep 1000 connections. Probably fine though.
The text was updated successfully, but these errors were encountered: