MINOR: spoa-server: Replace the thread init system by processes
authorThierry FOURNIER <thierry.fournier@ozon.io>
Fri, 23 Feb 2018 12:50:26 +0000 (13:50 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 13 May 2019 15:43:47 +0000 (17:43 +0200)
commit7de6fc6ae17ec03c97c90a87850fa66bec0b437e
tree98e6b314a519dbff1d5eccdc7593bf4bedfdd5ab
parent5301ed15899b6734414512115e2fd18a9232f227
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.
contrib/spoa_server/spoa.c