relayd - prefork option seems to be ignored

2016-03-19 Thread Tobias Feldhaus
According to relayd.conf(5) the prefork option should spawn the defined number of processes to handle relayed connections - the default is 3. I've tried setting it to 5, 10, and 12 on OpenBSD 5.8 - but it seems like it is getting ignored, as ps(1) always shows me 3 relay processes, which is the de

Re: relayd - prefork option seems to be ignored

2016-03-19 Thread Tobias Feldhaus
Yes. Ordering is important *D'oh*: Putting prefork before the table definition fixed the issue. On Wed, Mar 16, 2016 at 2:02 PM, Tobias Feldhaus wrote: > According to relayd.conf(5) the prefork option should spawn the defined > number of processes to handle relayed connections - the default is