Home
last modified time | relevance | path

Searched refs:max (Results 1 – 17 of 17) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/
H A Dlighttpd.conf215 server.max-fds = 500000
236 server.max-connections = 250000
280 server.max-read-idle = 3600
287 server.max-write-idle = 3600
H A Dm-lighttpd.conf215 server.max-fds = 500000
236 server.max-connections = 80000
279 server.max-read-idle = 3600
286 server.max-write-idle = 3600
H A Dlighttpd.orig.conf207 server.max-fds = 2048
225 server.max-connections = 1024
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dperformance.txt39 server.max-keep-alive-requests = 128
40 server.max-keep-alive-idle = 30
41 server.max-read-idle = 60
42 server.max-write-idle = 360
50 server.max-keep-alive-requests = 4
51 server.max-keep-alive-idle = 4
58 server.max-keep-alive-requests = 0
137 server.max-fds = 2048
168 Increasing the ``server.max-fds`` limit will reduce the probability of this
H A Dfastcgi.txt107 "max-procs" => <integer>, # OPTIONAL
152 :"max-procs": the upper limit of the processess to start
276 and max-procs.
280 max-load-per-proc setting.
293 "max-procs" => 32,
294 "max-load-per-proc" => 4,
306 1. ``"max-load-per-proc" => 1``
309 2. If not set ``min-procs == max-procs``.
319 "max-procs" => 1,
320 "max-load-per-proc" => 4,
H A Dconfiguration.txt392 server.max-request-size
398 server.max-worker
410 server.max-keep-alive-requests
416 server.max-keep-alive-idle
421 server.max-read-idle
427 server.max-write-idle
H A Dsecurity.txt31 server.max-request-size = <kbyte>
H A Dstatus.txt55 Please note that when using the server.max-worker directive, the stati of the
H A Dcompress.txt98 compress.max-filesize
/mOS-networking-stack/core/src/
H A Dcore.c154 counter->max = 0; in InitStatCounter()
163 if (value > counter->max) in UpdateStatCounter()
164 counter->max = value; in UpdateStatCounter()
254 GetAverageStat(&mtcp->rtstat.round), mtcp->rtstat.round.max, in PrintThreadRoundTime()
255 GetAverageStat(&mtcp->rtstat.processing), mtcp->rtstat.processing.max, in PrintThreadRoundTime()
256 GetAverageStat(&mtcp->rtstat.tcheck), mtcp->rtstat.tcheck.max, in PrintThreadRoundTime()
257 GetAverageStat(&mtcp->rtstat.epoll), mtcp->rtstat.epoll.max, in PrintThreadRoundTime()
258 GetAverageStat(&mtcp->rtstat.handle), mtcp->rtstat.handle.max, in PrintThreadRoundTime()
259 GetAverageStat(&mtcp->rtstat.xmit), mtcp->rtstat.xmit.max, in PrintThreadRoundTime()
260 GetAverageStat(&mtcp->rtstat.select), mtcp->rtstat.select.max); in PrintThreadRoundTime()
H A Dtcp_rb.c123 int max = rb->len / UNITBUFSIZE; in buf_getbuf()
125 if (max / 2 > id) { in buf_getbuf()
131 while (max - ++id) in buf_getbuf()
/mOS-networking-stack/core/src/include/
H A Dstat.h33 uint64_t max; member
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A Dlighttpd.conf8 server.max-request-size = 65000
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS219 * Fix max-age value in mod_expire for 'modification' (fixes #1978)
234 * Allow max-keep-alive-requests to depend on conditional (fixes #1881)
275 * Use/enforce sane max-connection values (fixes #1803)
279 * Fix max-connection limit handling/100% cpu usage (fixes #1436)
401 * fixed forwarding a SIGINT and SIGHUP when using max-workers (#902)
551 * fixed SIGHUP handling if max-workers is used
621 * fixed max-age timestamps in mod_expire
628 * fixed fdvent-handler init if server.max-worker was used
655 * added Cache-Control: max-age to mod_expire
707 * added server.max-connections
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlemon.c1270 static int findbreak(msg,min,max) in findbreak() argument
1273 int max;
1277 for(i=spot=min; i<=max; i++){
1282 if( c=='-' && i<max-1 ) spot = i+1;
1837 int max, len; in OptPrint() local
1838 max = 0; in OptPrint()
1858 if( len>max ) max = len; in OptPrint()
1864 fprintf(errstream," -%-*s %s\n",max,op[i].label,op[i].message); in OptPrint()
1869 (int)(max-strlen(op[i].label)-9),"",op[i].message); in OptPrint()
1874 (int)(max-strlen(op[i].label)-6),"",op[i].message); in OptPrint()
[all …]
/mOS-networking-stack/core/src/bpf/
H A Dsf_gencode.c5351 int i, max;
5635 max = i;
5636 for (i = 0; i < max - 1; i++)
5638 s[max - 1]->next = NULL;
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlibtool.m41700 # the test eventually succeeds (with a max line length of 256k).