diff --git a/doc/html/highload.html b/doc/html/highload.html index 4cd6209..ff981ef 100644 --- a/doc/html/highload.html +++ b/doc/html/highload.html @@ -144,7 +144,7 @@ external socket. This option can be set (since 0.9 devel) with -os option:
 proxy -p3128 -e1.2.3.4 -osSO_REUSEADDR
 
-Behavior for SO_REUSEADDR and SO_REUSEPOR is different between different system, +Behavior for SO_REUSEADDR and SO_REUSEPORT is different between different system, even between different kernel versions and can lead to unexpected results. Specifics is described here. Use this options only if actually required and if you fully understand possible @@ -223,19 +223,19 @@ proxy -osTCP_NODELAY -ocTCP_NODELAY sets TCP_NODELAY for client (oc) and server (os) connections.

Do not use TCP_NODELAY on slow connections with high delays and then connection bandwidth is a bottleneck. -

Use slice to speedup large data amount transfers

-slice() allows to copy data between connections without copying to process +

Use splice to speedup large data amount transfers

+splice() allows to copy data between connections without copying to process addres space. It can speedup proxy on high bandwidth connections, if most -connections require large data transfers. "-s" allows slice usage. Example: +connections require large data transfers. Splice is enabled by default on Linux +since 0.9, "-s0" disables splice usage. Example:
-proxy -s
+proxy -s0
 
-Slice is only available in Linux and is currently beta option available in -devel version. Do not use it in production without testing. Slice requires -more system buffers, but reduces process memory usage. -Do not use slice if there is a lot of short-living connections with no bandwidth +Splice is only available on Linux. Splice requires more system buffers and file descriptors, +but reduces process memory and CPU usage. +Do not use splice if there is a lot of short-living connections with no bandwidth requirements. -

Use slice only on high-speed connections (e.g. 10GBE), if processor or -bus are bottlenecks. -

TCP_NODELAY and slice are not contrary to each over and can be combined on +

Use splice only on high-speed connections (e.g. 10GBE), if processor, memory speed or +system bus are bottlenecks. +

TCP_NODELAY and splice are not contrary to each over and can be combined on high-speed connections. diff --git a/doc/html/howtoe.html b/doc/html/howtoe.html index 0f9f53c..c1ae3b9 100644 --- a/doc/html/howtoe.html +++ b/doc/html/howtoe.html @@ -219,7 +219,7 @@ sets rotation type. LOGTYPE may be:

  • W, weekly
  • D, daily
  • H, hourly -
  • , minutely +
  • C, minutely
     	rotate NUMBER
    diff --git a/doc/html/howtor.html b/doc/html/howtor.html
    index 3bb5b45..de084ca 100644
    --- a/doc/html/howtor.html
    +++ b/doc/html/howtor.html
    @@ -225,7 +225,7 @@
         
  • W, еженедельная ротация
  • D, ежедневная ротация
  • H, ежечасная ротация -
  • С, ежеминутная ротация +
  • C, ежеминутная ротация
       rotate NUMBER