DOC: explicitly mention the limits of abstract namespace sockets
authorWilly Tarreau <w@1wt.eu>
Mon, 7 Jul 2014 22:37:50 +0000 (00:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 7 Jul 2014 23:13:35 +0000 (01:13 +0200)
commit70f72e0c90691c72cb72306b718f785902270015
treedbb8eef6cdce1560605b8f1efea7022238666af1
parentfd0e008d9d4db2f860b739bd28f6cd31d9aaf2b5
DOC: explicitly mention the limits of abstract namespace sockets

Listening to an abstract namespace socket is quite convenient but
comes with some drawbacks that must be clearly understood when the
socket is being listened to by multiple processes. The trouble is
that the socket cannot be rebound if a new process attempts a soft
restart and fails, so only one of the initially bound processes
will still be bound to it, the other ones will fail to rebind. For
most situations it's not an issue but it needs to be indicated.
doc/configuration.txt