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

Spawn a process for each client request #426

Open
jparise opened this issue Sep 15, 2018 · 0 comments
Open

Spawn a process for each client request #426

jparise opened this issue Sep 15, 2018 · 0 comments

Comments

@jparise
Copy link
Collaborator

jparise commented Sep 15, 2018

@fishcakez in #342:

I think we should consider spawning a process for each request, and receiving/sending from the process. Then we can avoiding closing the socket on a server error. Unless the spawned process exits without replying. In that case we would also exit without replying as we can't know if a reply was sent.

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