Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate threading and asyncio #86

Open
gkbrk opened this issue May 4, 2023 · 0 comments
Open

Investigate threading and asyncio #86

gkbrk opened this issue May 4, 2023 · 0 comments

Comments

@gkbrk
Copy link
Owner

gkbrk commented May 4, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant