Mercurial > prosody-modules
comparison mod_graceful_shutdown/README.markdown @ 2818:88474dd1af48
Various READMEs: s/eg/e.g.g/
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 10 Nov 2017 05:33:28 +0100 |
parents | 4652a112a4ba |
children | 999e7cb7f6d9 |
comparison
equal
deleted
inserted
replaced
2817:f052b62c653c | 2818:88474dd1af48 |
---|---|
3 Why | 3 Why |
4 === | 4 === |
5 | 5 |
6 When shutting down, a number of sessions, connections and other things | 6 When shutting down, a number of sessions, connections and other things |
7 are teared down. Due to all these things happening very quickly, | 7 are teared down. Due to all these things happening very quickly, |
8 sometimes eg client unavailable notifications don't make it to all | 8 sometimes e.g. client unavailable notifications don't make it to all |
9 remote contacts because the server-to-server connections are teared down | 9 remote contacts because the server-to-server connections are teared down |
10 just after. | 10 just after. |
11 | 11 |
12 How | 12 How |
13 === | 13 === |