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

spawns thousands of processes on traffic. Is that normal? #20

Closed
astateofmind01 opened this issue Aug 17, 2020 · 2 comments
Closed

spawns thousands of processes on traffic. Is that normal? #20

astateofmind01 opened this issue Aug 17, 2020 · 2 comments

Comments

@astateofmind01
Copy link

astateofmind01 commented Aug 17, 2020

It happens on CentOS 6 - nvm, probably bad configuration, loop.

On centos 7 spawns 2 more processes.

So apparently it spawns a new process for each connection. Anyway to have those as threads as opposed to new processes?

@troglobit
Copy link
Owner

This is sort of the purpose of redir, so yes this is normal. If you want a thread-based program, you are free to fork the project, implement that, and submit a PR later.

@troglobit
Copy link
Owner

Closing, no activity.

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

2 participants