Re: [us...@httpd] (mod_jk load balancer) could not get free endpoint for worker xxx

2009-03-25 Thread 张文东
Hi André Warnier, I modified the ajp connection configuation in wasce, such as ajp maxthreads, but it seems that it's not the reason for the could not get free endpoint for worker error. I set a series pool size and test the differences between them. (one node case) pool_size errors 25-50

Re: [us...@httpd] (mod_jk load balancer) could not get free endpoint for worker xxx

2009-03-25 Thread Eric Covener
2009/3/25 张文东 zwd2...@gmail.com: I think maybe the httpd server could not hold so many pool size (cache?). I want to increase the httpd's ThreadsPerChild. but I found it cannot set larger than 400 (this ThreadLimit is seted too). when 400, the httpd error_log output: [alert] (12)Cannot

[us...@httpd] (mod_jk load balancer) could not get free endpoint for worker xxx

2009-03-24 Thread 张文东
Hi all. I'm using httpd 2.2 and websphere application community edition (wasce) 2.1.1 (you may treat it as tomcat if you are not familiar with wasce). My goal is: the httpd server delivers 3000 requests per second to the wasce servers. I use the mod_jk module, and the workers.properties conf like

Re: [us...@httpd] (mod_jk load balancer) could not get free endpoint for worker xxx

2009-03-24 Thread André Warnier
张文东 wrote: Hi all. I'm using httpd 2.2 and websphere application community edition (wasce) 2.1.1 (you may treat it as tomcat if you are not familiar with wasce). My goal is: the httpd server delivers 3000 requests per second to the wasce servers. I use the mod_jk module, and the