I don't think posting the whole code here would benefit the question.
The process is very simple: 1. start 10 workers with
child_process.fork; 2. read 400 random urls from db; 3. pass each url
to random worker; 4. calculate number of responses per second.
I've increased settings for kern.maxfiles, kern.maxfilesperproc,
kern.ipc.somaxconn, and kern.ipc.maxsockets in sysctl.conf, and
rebooted. No effect.
On Jun 1, 5:23 pm, Ben Noordhuis <
i...@bnoordhuis.nl> wrote: