search for: worker_cpu_affin

Displaying 3 results from an estimated 3 matches for "worker_cpu_affin".

2012 Mar 28
0
nginx-1.1.18
...28 Mar 2012 *) Change: keepalive connections are no longer disabled for Safari by default. *) Feature: the $connection_requests variable. *) Feature: $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd and $tcpinfo_rcv_space variables. *) Feature: the "worker_cpu_affinity" directive now works on FreeBSD. *) Feature: the "xslt_param" and "xslt_string_param" directives. Thanks to Samuel Behan. *) Bugfix: in configure tests. Thanks to Piotr Sikora. *) Bugfix: in the ngx_http_xslt_filter_module. *) Bugfix: ng...
2012 Mar 28
0
nginx-1.1.18
...28.03.2012 *) éÚÍÅÎÅÎÉÅ: ÔÅÐÅÒØ keepalive ÓÏÅÄÉÎÅÎÉÑ ÎÅ ÚÁÐÒÅÝÅÎÙ ÄÌÑ Safari ÐÏ ÕÍÏÌÞÁÎÉÀ. *) äÏÂÁ×ÌÅÎÉÅ: ÐÅÒÅÍÅÎÎÁÑ $connection_requests. *) äÏÂÁ×ÌÅÎÉÅ: ÐÅÒÅÍÅÎÎÙÅ $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd É $tcpinfo_rcv_space. *) äÏÂÁ×ÌÅÎÉÅ: ÄÉÒÅËÔÉ×Á worker_cpu_affinity ÔÅÐÅÒØ ÒÁÂÏÔÁÅÔ ÎÁ FreeBSD. *) äÏÂÁ×ÌÅÎÉÅ: ÄÉÒÅËÔÉ×Ù xslt_param É xslt_string_param. óÐÁÓÉÂÏ Samuel Behan. *) éÓÐÒÁ×ÌÅÎÉÅ: × configure. óÐÁÓÉÂÏ Piotr Sikora. *) éÓÐÒÁ×ÌÅÎÉÅ: × ÍÏÄÕÌÅ ngx_http_xslt_filter_module. *) éÓÐÒÁ×ÌÅÎÉÅ: nginx ÎÅ ÓÏÂÉÒÁÌÓÑ ÎÁ Debian GNU/H...
2017 Aug 14
1
[Bug 12964] New: Maybe we can add the '--bind-cpu' option
...factory answer. Many people suggested using the '--whole-file' option to reduce the CPU load, or use 'nice' to lower the rsync execution priority. So I have another idea: Maybe we can add the '--bind-cpu' option to tell rsync to run on specified processor, like the 'worker_cpu_affinity' in nginx. Although I'm not sure that is a good idea, because the core issue is the improvement of the rsync protocol, but I still have made a few attempts. I made some changes to rsync 3.1.2 to enable it to support binding CPUs on GNU/Linux, AIX, FreeBSD & Solaris, please see the a...