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

Feature/handle client in new process #140

Merged
merged 5 commits into from
Apr 7, 2022

Conversation

assaf0
Copy link
Collaborator

@assaf0 assaf0 commented Apr 7, 2022

Open a new worker process to handle each client on the server side.
This should improve stability and will prevent a poorly used client from affecting other clients and the server in whole.

src/rpcserver/rpcserver.c Outdated Show resolved Hide resolved
Copy link
Owner

@doronz88 doronz88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still issues regarding the signal handling.

@doronz88 doronz88 force-pushed the feature/handle_client_in_new_process branch from f930987 to ae32af8 Compare April 7, 2022 18:40
@doronz88 doronz88 merged commit 1de29d8 into master Apr 7, 2022
@doronz88 doronz88 deleted the feature/handle_client_in_new_process branch April 7, 2022 18:55
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

Successfully merging this pull request may close these issues.

2 participants