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

closing and opening server with each request #44

Open
roycw opened this issue Jul 16, 2024 · 0 comments
Open

closing and opening server with each request #44

roycw opened this issue Jul 16, 2024 · 0 comments

Comments

@roycw
Copy link

roycw commented Jul 16, 2024

Hi, our app requires multiple connection from multiple client and we can expect 100 or more clients connected at the same time.
Id like to minimize the effect of the serevr on the rest of the stack by only opening the srevr itslef if a request comes in and then closing it once the request ends. is that possible?
that way if the server crahses the rest of the stack is not bothered.

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