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

add pthread in the project #101

Open
samchen123 opened this issue Feb 23, 2017 · 0 comments
Open

add pthread in the project #101

samchen123 opened this issue Feb 23, 2017 · 0 comments

Comments

@samchen123
Copy link

hi everyone:
In the beginning, the project so far runs very well, I thank for everyone who contribute to the project.

I use the websocket secure to server the wss client.
I find that when many clients connect the server at the same time, the Server is too busy to response quickly
I am thinking adding the pthread to solve the problem
whenever a client comes, the server create another thread to handle it.
is anyone have time to share how to add the pthread in this project

very thanks.

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

No branches or pull requests

2 participants