[us...@httpd] Apache prefork number of connected clients to apache

2010-09-06 Thread Damian Lęcznar
Hello, Is there any way to get number of connected clients to apache? (with mod_status is imposible becouse i need to always near limit or over it) i try to do this in this way netstat -anpt|grep 80|grep ESTABLISHED|wc -l but it shows strange numbers, i have MaxClients set to 150 and it's

[us...@httpd] Apache with fuzzy control(a response-time optimizations).

2010-09-05 Thread Damian Lęcznar
Hey. I question whether someone of you saw somewhere apache with optimizing for fuzzy control (a response-time optimizations). Sorry for my bad english. best regards - The official User-To-User support forum of the Apache

[us...@httpd] Apache with feedback or fuzzy control(a response-time optimizations).

2010-09-05 Thread Damian Lęcznar
Hey. I have question whether someone of you saw somewhere apache with optimizing for feedback or fuzzy control (a response-time optimizations). Sorry for my bad english. best regards - The official User-To-User support forum

[us...@httpd] MaxClients

2010-09-05 Thread Damian Lęcznar
||Hey, If im using apache with a prefork module and Keep-alive On, how depends the MaxClients parameter the one connection (this one connetion have multiple requests - some img, js, css) counting as 1 client? or each request from this one connetion count as 1 client? or im wrong? Sorry for

Re: [us...@httpd] the current queue size and number of clients

2010-05-25 Thread Damian Lęcznar
do you have any other idea to get those values(queue lenght and max clients) directly from apache? , any mod or simple modification of apache source code? thx:)) W dniu 2010-05-24 13:51, Eric Covener pisze: On Mon, May 24, 2010 at 5:01 AM, Damian Lęcznar damian.lecz...@gmail.com wrote

Re: [us...@httpd] the current queue size and number of clients

2010-05-24 Thread Damian Lęcznar
Hi, I don't have these data available there Damian 2010/5/24 Emmanuel Bailleul emmanuel.baill...@telindus.fr -Message d'origine- De : Damian Lęcznar [mailto:damian.lecz...@gmail.com] Envoyé : lundi 24 mai 2010 01:59 À : users@httpd.apache.org Objet : [us...@httpd

[us...@httpd] the current queue size and number of clients

2010-05-23 Thread Damian Lęcznar
Hi, Is there a possibility to trace these parameters on the fly(the current queue size and number of clients)?. Because according to these parameters wanted me to do the reload server. (im using prefork MPM) Thanks damian attachment: damian_lecznar.vcf

[us...@httpd] Dynamically,reconfigure parameter max-clients without breaking the connection?

2010-04-18 Thread Damian Lęcznar
Hello, I have such strange question whether it is possible to dynamically reconfigure parameter max-clients without breaking the connection? Do you have some ideas as done in apache, I was very grateful. Best regards attachment: damian_lecznar.vcf

Re: [us...@httpd] Dynamically,reconfigure parameter max-clients without breaking the connection?

2010-04-18 Thread Damian Lęcznar
dniu 2010-04-18 18:37, Eric Covener pisze: On Sun, Apr 18, 2010 at 11:37 AM, Damian Lęcznar damian.lecz...@gmail.com wrote: Hello, I have such strange question whether it is possible to dynamically reconfigure parameter max-clients without breaking the connection? Do you have some ideas as done

Re: [us...@httpd] Dynamically,reconfigure parameter max-clients without breaking the connection?

2010-04-18 Thread Damian Lęcznar
a dynamic shuffle parameter max-clients on the fly as soon as posible W dniu 2010-04-18 20:17, Eric Covener pisze: On Sun, Apr 18, 2010 at 1:30 PM, Damian Lęcznar damian.lecz...@gmail.com wrote: Now I will be more accurate and follows what I seek to achieve: I try to get that apache worked