commit | e8ca434074a0a5e2319b2ced6c780f9228d07e01 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 25 17:23:02 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 13:58:33 2017 +0100 |
tree | fe791bf08bb10fecd0cd430f97d964a5c70068a6 | |
parent | 9f0b45852550088b9dc04224c33ddde387469d4b [diff] |
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.