Hello all, im not clear on the children setting, currently we’re listening in a single UDP
port, i do understand that children are how many forks per listener ip:port, but i have
this question, is this value tied on how many requests are received?
In our case every requests takes an average of 80ms to be processed (there are a few
external queries executed per request), so, example which value for children should i use
if i have 200req/s, 300, 400?
Right now im using 16 but i can see some cpu peaks in high traffic hours.
thanks