Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-18 | Tests: style. | Andrei Zeliankou | 2 | -4/+0 | |
2021-07-29 | Application restart introduced. | Max Romanov | 3 | -0/+24 | |
When processing a restart request, the router sends a QUIT message to all existing processes of the application. Then, a new shared application port is created to ensure that new requests won't be handled by the old processes of the application. |