Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DREADME17 low memory footprint compared to other webservers and takes care of cpu-load.
20 for every server that is suffering load problems.
53 - load-balanced FastCGI
114 - php-servers under high load
115 (load-balancing the php-request over multiple PHP-servers)
H A DNEWS57 load all algorithms (fixes #2239)
205 …* Fix bug with FastCGI request id overflow under high load; just use always id 1 as we don't use m…
522 * fixed plugin loading so we can finally load lua
575 * fixed load balancing for mod_fastcgi
684 * fixed starving of connections on high load
778 * added hash-based and round-robin load balancing to mod_proxy
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dfastcgi.txt57 FastCGI load-balancer which can be used to balance the load
61 than a e.g. load-balancer+apache+mod_php solution.
226 To understand how the load-balancing works you can enable the
249 - active connections (load)
252 As you can see the list is always sorted by the load field.
255 with the lowest load) is selected, the load is increased (got proc: ...)
280 max-load-per-proc setting.
294 "max-load-per-proc" => 4,
306 1. ``"max-load-per-proc" => 1``
320 "max-load-per-proc" => 4,
[all …]
H A Drrdtool.txt14 mod_rrdtool is used to monitor the traffic and load on the webserver
25 bandwidth, machine-room temperature, server load average).
H A Dwebdav.txt44 If you load the webdav module, the WebDAV functionality has to be
H A Dstatus.txt33 We need to load the module first. ::
H A Dproxy.txt46 load-based, passive balancing.
H A Dmagnet.txt391 fastcgi.backend.php-foo.0.load: 0
396 fastcgi.backend.php-foo.1.load: 0
398 fastcgi.backend.php-foo.load: 0
H A Dperformance.txt47 If you handle several connections at once under a high load (let's assume 500 connections
234 system load if you have a lot of large files to be sent, but keep in mind that
H A Dextforward.txt82 you'll have to load mod_extforward after mod_accesslog.
H A Dsecdownload.txt46 - ``+`` no additional system load
H A Dcompress.txt18 Output compression reduces the network load and can improve the overall
H A Dcml.txt213 To use the plugin you have to load it: ::
H A Dconfiguration.txt336 modules to load
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_scgi.c1212 hctx->host->load--; in scgi_connection_cleanup()
1273 hctx->proc->load--; in scgi_reconnect()
1952 for (p = proc; p->next && p->next->load < proc->load; p = p->next); in scgi_proclist_sort_up()
1985 p->pid, p->load); in scgi_proclist_sort_up()
2026 for (p = host->first; p != proc && p->load < proc->load; p = p->next); in scgi_proclist_sort_down()
2057 p->pid, p->load); in scgi_proclist_sort_down()
2077 proc->load, in scgi_restart_dead_procs()
2279 hctx->proc->load++; in scgi_write_request()
2760 used = h->load; in scgi_check_extension()
2810 host->load++; in scgi_check_extension()
[all …]
H A Dmod_fastcgi.c400 hctx->proc->load++; in fcgi_proc_load_inc()
412 hctx->proc->load--; in fcgi_proc_load_dec()
425 hctx->host->load++; in fcgi_host_assign()
435 hctx->host->load--; in fcgi_host_reset()
2716 proc->load, in fcgi_restart_dead_procs()
2890 "load:", host->load); in fcgi_write_request()
2928 if (proc->load < hctx->proc->load) hctx->proc = proc; in fcgi_write_request()
2979 "load:", host->load); in fcgi_write_request()
3005 "load:", host->load); in fcgi_write_request()
3130 if (host->load > 0) { in SUBREQUEST_FUNC()
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlibtool.m42951 # OS/2 can only load a DLL with a base name of 8 characters or less.