-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
🤔 kill prefork master #501
Labels
Comments
@Fenny i think we need this logic https://github.com/valyala/fasthttp/blob/master/prefork/prefork.go#L186 |
Working on it, next tag will also support Prefork on windows using |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Question description
When using prefork mode, and i kill master process manually, but all the children processes are alive.
And when I killed nginx master process, all the processes were terminated.
So is it possible for Fiber to manage all processes?
The text was updated successfully, but these errors were encountered: