1

オプション -r を指定して starman を起動し、サーバーを再起動せずにソース コードをアップグレードしたいと考えています。

starman --workers 32 --port 8080 -r mytest.psgi 
!!
!! Using restarter with -r or -R options is known to cause issues with process supervisor
!! such as start_server, and it is STRONGLY discouraged to use with Starman. You have been warned.
!!
Watching ./lib mytest.psgi for file updates.
2014/11/11-20:28:00 Starman::Server (type Net::Server::PreFork) starting! pid(28380)
Resolved [*]:8080 to [0.0.0.0]:8080, IPv4
Binding to TCP port 8080 on host 0.0.0.0 with IPv4
Setting gid to "1000 1000 24 25 27 29 30 44 46 103 104 107 108 900 1000"
^C2014/11/11-20:28:01 Server closing!

私の質問は、次のステートメントの理由は何かということです。オプション -r starmann を本番環境で使用できますか?

4

0 に答える 0