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

Every time there is a new connection, a process should be spawned and get a copy of the router #3

Closed
Tracked by #1
bkolobara opened this issue May 11, 2022 · 0 comments

Comments

@bkolobara
Copy link
Contributor

bkolobara commented May 11, 2022

I think that the dispatching should be done inside of the new process, so the parsing of the request and deciding what handler should be called is done in parallel.

Maybe, we should also use a linked-sub process with a memory/time limit to handle the request. This would make it easier to sandbox requests and handle unexpected failures.

@bkolobara bkolobara mentioned this issue May 11, 2022
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant