Comment 6 for bug 795025

Revision history for this message
Martin Pool (mbp) wrote : Re: Codehosting service didn't stop in a timely manner

OK, so to be clear, the bzr task here is that there should be a way (signal, file existence, etc) to ask bzr serve to close all client connections when they finish their current request.

An idle-socket timeout inside bzr serve would be nice, but isn't strictly necessary at this point because for Launchpad it can be done adequately well inside haproxy. (Though haproxy does need to be careful to choose a timeout long enough it will not disconnect a server that's just busy with io rather than idle.)