Re: [pylons-discuss] Waitress connection cleanup

2020-10-08 Thread Cooper Baird
Ok cool that makes sense. I appreciate the clarification. On Thu, Oct 8, 2020, 4:54 PM Michael Merickel wrote: > If a client hangs up then there's no problems, the issue that is being > referenced is about unused, idle, connections that are taking up space that > counts toward the limit

Re: [pylons-discuss] Waitress connection cleanup

2020-10-08 Thread Michael Merickel
If a client hangs up then there's no problems, the issue that is being referenced is about unused, idle, connections that are taking up space that counts toward the limit (because while they are idle, a client could send data over it at any moment). The cleanup interval, etc is around how

[pylons-discuss] Waitress connection cleanup

2020-10-08 Thread Cooper Baird
The documentation says "When the connection related to a channel is closed, the channel is destroyed and garbage collected.". So is that process different from the channel timeout connection cleanup process in that clients hanging up the connection get their corresponding channels cleaned up