nginx on Tru64/alpha
Igor Sysoev
is at rambler-co.ru
Mon Feb 23 12:09:42 MSK 2009
On Sun, Feb 22, 2009 at 05:49:31PM -0600, Dustin Marquess wrote:
> I recently installed nginx 0.7.37 on Tru64 5.1B-4 using Compaq C
> V6.5-303 compiler.
>
> Everything works great if I leave the default of worker_processes set
> to 1. However, if I increase it to 2 (since this machine has 2 CPUs),
> I immediately start getting a flood of fcntl errors in the error.log.
>
> Running truss on the process shows that both processes attempt to lock
> the same nginx.lock.accept file, which is what causes the problem.
Could you shou the error messages ?
> Is this a known problem, and is there a workaround?
Try
events {
accept_mutex off;
...
}
--
Igor Sysoev
http://sysoev.ru/en/
More information about the nginx
mailing list