MINOR: threads: Don't start when device a detection module is used
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 25 Oct 2017 15:23:02 +0000 (17:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 12:58:33 +0000 (13:58 +0100)
commite8ca434074a0a5e2319b2ced6c780f9228d07e01
treefe791bf08bb10fecd0cd430f97d964a5c70068a6
parent9f0b45852550088b9dc04224c33ddde387469d4b
MINOR: threads: Don't start when device a detection module is used

For now, we don't know if device detection modules (51degrees, deviceatlas and
wurfl) are thread-safe or not. So HAproxy exits with an error when you try to
use one of them with nbthread greater than 1.

We will ask to maintainers of these modules to make them thread-safe or to give
us hints to do so.
src/51d.c
src/da.c
src/wurfl.c