commit | 7de6fc6ae17ec03c97c90a87850fa66bec0b437e | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <thierry.fournier@ozon.io> | Fri Feb 23 13:50:26 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon May 13 17:43:47 2019 +0200 |
tree | 98e6b314a519dbff1d5eccdc7593bf4bedfdd5ab | |
parent | 5301ed15899b6734414512115e2fd18a9232f227 [diff] |
MINOR: spoa-server: Replace the thread init system by processes I will replace thread by processes. Note that, I keep the pthread_key system for identifiying process in the same way that threads. Note also that I keep commented out the original thread code because I hope to reactivate it.