]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: thread/spoe: Make the SPOE thread-safe
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 25 Sep 2017 12:48:02 +0000 (14:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 12:58:33 +0000 (13:58 +0100)
commit24289f2e07d2a92b1376b851b0c8878d957b38b5
treef3a199cba1038fc5bc8c539864b1b982e86f9159
parent738a6d76f6afc92e53776f6aa9f8d8493598dc8a
MEDIUM: thread/spoe: Make the SPOE thread-safe

Because there is not migration mechanism yet, all runtime information about an
SPOE agent are thread-local and async exchanges with agents are disabled when we
have serveral threads. Howerver, pipelining is still available. So for now, the
thread part of the SPOE is pretty simple.
include/common/hathreads.h
include/types/spoe.h
src/flt_spoe.c