DOC: internals: document the FD takeover process
authorWilly Tarreau <w@1wt.eu>
Fri, 30 Jul 2021 15:40:07 +0000 (17:40 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 30 Jul 2021 15:41:55 +0000 (17:41 +0200)
commit88babd99443b82bd3b9a8074ceddc211e64d139f
tree92b30855d8222c1a3f69c10b1aff5a27bb19984f
parentd5402b8df8a6c50c3b9080189bf3d95afd466feb
DOC: internals: document the FD takeover process

This explains the traps to avoid and the sequence that leads to
consistent use of an FD known by multiple threads at once. This
was co-authored with Olivier.
doc/internals/fd-migration.txt [new file with mode: 0644]