From: Richard Kettlewell Date: Thu, 22 Nov 2007 11:35:34 +0000 (+0000) Subject: The initial rescan now blocks any client connections. This means that X-Git-Tag: 5.0.3~430 X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/commitdiff_plain/1a4a6350a9033f0c2d1e2b7e6c1a029bdaa46da6?hp=1a4a6350a9033f0c2d1e2b7e6c1a029bdaa46da6 The initial rescan now blocks any client connections. This means that a deadlock is unlikely to arise in the initial scan. It also means that the server is not usable for a short period after startup (or quite a long period after initial startup, but that's less of a problem). The tests now take advantage of this by waiting until the socket appears before assuming the daemon has started. ---