Re: Изменение limit_rate "на ходу" без обрыва подключений
Alexey Polyakov
alexey.polyakov at gmail.com
Fri Feb 3 18:40:20 MSK 2006
Значит у старого не было живых подключений, и он сумел сразу же
завершить работу.
On 2/3/06, Eugene <my-subscr at mail.ru> wrote:
> Мне казалось, что процесс в любом случае новый:
>
> [root at az nginx]# !ps
> ps axu|grep nginx
> root 13947 0.0 0.1 7624 952 ? Ss 15:45 0:00 nginx:
> master process /usr/local/nginx/sbin/nginx
> nobody 14122 0.0 0.2 7940 1284 ? S 16:23 0:00 nginx:
> worker process
> nobody 14123 0.0 0.2 7940 1128 ? S 16:23 0:00 nginx:
> worker process
> root 14606 0.0 0.1 53324 792 pts/1 S+ 18:19 0:00 grep nginx
>
> [root at az nginx]# kill -HUP 13947
> [root at az nginx]# ps axu|grep nginx
> root 13947 0.0 0.1 7624 952 ? Ss 15:45 0:00 nginx:
> master process /usr/local/nginx/sbin/nginx
> nobody 14607 0.0 0.2 8024 1108 ? S 18:20 0:00 nginx:
> worker process
> nobody 14608 0.0 0.2 8024 1108 ? S 18:20 0:00 nginx:
> worker process
> root 14610 0.0 0.1 53320 788 pts/1 S+ 18:20 0:00 grep nginx
>
> >Hello Eugene,
> >
> >
> >E> Если остановить скачку и начать заново, то скорость
> >E> устанавливается на уровне 3.1-3.2 килобайт/сек.
> >потому что после рестарта вы соединитесь с новым процессом nginx который запущен уже с новой конфигурацией.
> >
> >
> >
> >
>
>
>
--
Alexey Polyakov
More information about the nginx-ru
mailing list