You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Damian Lęcznar <da...@gmail.com> on 2010/04/18 17:37:34 UTC

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


  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


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

Posted by Damian Lęcznar <da...@gmail.com>.
  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
> <da...@gmail.com>  wrote:
>>   Now I will be more accurate and follows what I seek to achieve:
>> I try to get that apache worked as PID controller, which remained constant
>> pre-set quantity users assuming that they still connect, restart the server
>> requires time and wanted me to minimize as soon as possible.
> Did you have a question about Apache HTTP Server?
>


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

Posted by Eric Covener <co...@gmail.com>.
On Sun, Apr 18, 2010 at 1:30 PM, Damian Lęcznar
<da...@gmail.com> wrote:
>  Now I will be more accurate and follows what I seek to achieve:
> I try to get that apache worked as PID controller, which remained constant
> pre-set quantity users assuming that they still connect, restart the server
> requires time and wanted me to minimize as soon as possible.

Did you have a question about Apache HTTP Server?

-- 
Eric Covener
covener@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


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

Posted by Damian Lęcznar <da...@gmail.com>.
  Now I will be more accurate and follows what I seek to achieve:
I try to get that apache worked as PID controller, which remained 
constant pre-set quantity users assuming that they still connect, 
restart the server requires time and wanted me to minimize as soon as 
possible.
Best regards
W dniu 2010-04-18 18:37, Eric Covener pisze:
> On Sun, Apr 18, 2010 at 11:37 AM, Damian Lęcznar
> <da...@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 in apache, I was very grateful.
> That's not strange at all, and is explained in the doc for
>
> ServerLimit: http://httpd.apache.org/docs/2.2/mod/mpm_common.html#serverlimit
> graceful restart: http://httpd.apache.org/docs/2.2/stopping.html#graceful
>
>
>


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

Posted by Eric Covener <co...@gmail.com>.
On Sun, Apr 18, 2010 at 11:37 AM, Damian Lęcznar
<da...@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 in apache, I was very grateful.

That's not strange at all, and is explained in the doc for

ServerLimit: http://httpd.apache.org/docs/2.2/mod/mpm_common.html#serverlimit
graceful restart: http://httpd.apache.org/docs/2.2/stopping.html#graceful



-- 
Eric Covener
covener@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org