Basing this issue on a similar issue for TorchServe, reported from a customer: https://github.com/pytorch/serve/issues/1862 Request: MMS needs to verify the [pid](https://github.com/awslabs/multi-model-server/blob/master/mms/model_server.py#L45) is a real MMS process. Motivation: This feature is able to avoid MMS restart failure if system reuses a pid for the other application.