Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は Python を使用して、ポート 80 でリッスンする単純な RPC サーバーを作成します。
OSはwindows7です。
何らかのエラーが発生した場合、サーバーがスタックし、強制終了されてから再起動されます。ただし、再起動すると、ポート 80 はまだ解放されておらず、80 にバインドできず、機能しません。
しばらく待ってから再起動しようとすると、成功します。
サーバープロセスが強制終了されたときにポートを強制的にリサイクルするにはどうすればよいですか?
助言がありますか?