Re: [users] mod_fcgid is not serving more than 1024 php requests. Why?

2014-06-08 Thread Tobias Wiersch
solution after some hours: it was a hard-compiled limit (FCGID_MAX_APPLICATION). Narf. This limit should be mentioned on http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html Hello, I'm using Apache 2.2.22 with mod_fcgid 2.3.6 and PHP 5.3 Our server should be able to serve more than 4000 c

[users] mod_fcgid is not serving more than 1024 php requests. Why?

2014-06-08 Thread Tobias Wiersch
Hello, I'm using Apache 2.2.22 with mod_fcgid 2.3.6 and PHP 5.3 Our server should be able to serve more than 4000 concurrent PHP-requests. When testing with e.g. ab -c 2000 -n 1 http://... mod_fcgid will always create a maximum of 1024 threads only: [] pstree |-apache2---1024*[php5-cgi] B

Re: [users] instructions - How to compile apache 64 bit on Windows platforms

2014-06-08 Thread Good Guy
On 08/06/2014 14:04, Vadim Blumkin wrote: > Hi, > > > > Is the any instructions how compile sources of httpd apache 64 bit on > Windows platform ? (including openssl , zlib , lixml2 modules ) > > > > > > Thanks a lot, > > Vadim > For 64 bit, you can also try this link:

Re: [users] instructions - How to compile apache 64 bit on Windows platforms

2014-06-08 Thread Good Guy
On 08/06/2014 14:04, Vadim Blumkin wrote: Hi, Is the any instructions how compile sources of httpd apache 64 bit on Windows platform ? (including openssl , zlib , lixml2 modules ) Thanks a lot, Vadim This is the best you can get:

[users] instructions - How to compile apache 64 bit on Windows platforms

2014-06-08 Thread Vadim Blumkin
Hi, Is the any instructions how compile sources of httpd apache 64 bit on Windows platform ? (including openssl , zlib , lixml2 modules ) Thanks a lot, Vadim