On Tue, May 27, 2014 at 7:34 AM, Vadim Blumkin <[email protected]> wrote: > Apache Version :2.4.9 (32 bit) > > OS: Windows Server 2008R2 (64 bit)
32-bit httpd on 64-bit windows can't use very many threads. Each thread takes up limited address space, and 32-bit threads take up extra on 64-bit windows. You need a 64-bit httpd to even have a chance on Windows. -- Eric Covener [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
