-
Notifications
You must be signed in to change notification settings - Fork 21
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
the behavior when start_server receives multiple HUP signals #9
Comments
I can appreciate that there's a difference, but I'm having trouble deciphering what the table you show represent.
|
"old workers" represents the number of remain workers which includes oldWorkers list. I just found |
申し訳ないですが、日本語でどうぞ!↑の説明、多分文章の時制がはっきりしてないせいで、どのタイミングで何が起こるべきだと言われてるのか全くわからないです… |
うまく伝わらなくてすいません。。 やりたいこととしては、HUPシグナルを再度送ったときに、workerがまだ死んでいなければ、再度死んでないworkerにTERMシグナルを送ることです。 p5の場合、HUPを送ると新しいプロセスの起動とTERMシグナルの送信を繰り返すので、これと同じ挙動であれば問題ありません(新しいプロセスが起動されるかどうかは問題にしていないので、起動されなくてもかまいません)。 |
なるほど、なるほど。わかりました! |
おまたせしました。 #11 の感じでどうでしょうかねぇ |
@lestrrat すいません!いまみました、今日夜以降確認しますので、明日コメントさせて頂きます |
@harukasan ping? |
go-server-starter implements the different to Server::Starter's one.
p5-server-starter behavior:
go-server-starter behavior:
I want to use the original perl's behavior with go-server-starter.
I also notice that
restart = 2
is not used for now. Should we implement other options and setrestart = 2
?The text was updated successfully, but these errors were encountered: