Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Djoblist.h7 void joblist_free(server *srv, connections *joblist);
10 void fdwaitqueue_free(server *srv, connections *fdwaitqueue);
11 connection *fdwaitqueue_unshift(server *srv, connections *fdwaitqueue);
H A Djoblist.c24 void joblist_free(server *srv, connections *joblist) { in joblist_free()
31 connection *fdwaitqueue_unshift(server *srv, connections *fdwaitqueue) { in fdwaitqueue_unshift()
59 void fdwaitqueue_free(server *srv, connections *fdwaitqueue) { in fdwaitqueue_free()
H A Dbase.h461 } connections; typedef
640 connections *conns;
641 connections *joblist;
642 connections *fdwaitqueue;
H A DMakefile.am71 connections-glue.c \
79 src = server.c response.c connections.c network.c \
273 fdevent.h connections.h base.h stat_cache.h \
H A DMakefile.in157 crc32.c connections-glue.c configfile-glue.c \
181 liblightcomp_la-connections-glue.lo \
433 am__lighttpd_SOURCES_DIST = server.c response.c connections.c \
442 crc32.c connections-glue.c configfile-glue.c \
461 connections-glue.$(OBJEXT) configfile-glue.$(OBJEXT) \
470 connections.$(OBJEXT) network.$(OBJEXT) configfile.$(OBJEXT) \
763 connections-glue.c \
771 src = server.c response.c connections.c network.c configfile.c \
897 fdevent.h connections.h base.h stat_cache.h \
1544 liblightcomp_la-connections-glue.lo: connections-glue.c
[all …]
H A DSConscript19 connections-glue.c \
29 src = Split("server.c response.c connections.c network.c \
H A Dconnections.c44 connections *conns = srv->conns; in connections_get_new_connection()
78 connections *conns = srv->conns; in connection_del()
741 connections *conns = srv->conns;
H A Dserver.c729 connections *conns = srv->conns; in start_server()
1965 connections *conns = srv->conns; in main()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dperformance.txt47 If you handle several connections at once under a high load (let's assume 500 connections
53 would release the connections earlier and would free file descriptors without a
64 that one of the connections is ready to send or receive. As you can see,
152 connections for awhile to use the existing file descriptors to handle the
156 connections is disabled. If it drops below 80% again new connections will
164 and lighttpd could not disable the incoming connections soon enough. The
218 buffers. If you've got many connections this can quickly drain the available memory.
H A Dstatus.txt30 - active connections and their state
73 active connections.
H A Dtraffic-shaping.txt37 limit the throughput for all connections to the given limit
H A Dmagnet.txt29 …ALL connections in the server. You are warned. For time-consuming or blocking scripts use mod_fast…
383 lighty.status["core.connections"] = lighty.status["core.connections"] + 1
387 core.connections: 7
H A Dfastcgi.txt243 the following explaination is valid for remote connections too.
249 - active connections (load)
483 ## IP adresses where PHP should access server connections
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/
H A Dlighttpd.orig.conf225 server.max-connections = 1024
H A Dlighttpd.conf236 server.max-connections = 250000
H A Dm-lighttpd.conf236 server.max-connections = 80000
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS93 * only require FDEVENT_IN bit to be set for listening connections (fixes #2227)
386 * fixed Content-Length header if response body gets removed in connections.c (#1412, part 2)
446 * fixed accepting more connections then requested (#1216)
587 * added mod_evasive to limit the number of connections by IP (<w1zzard/at/techpowerup.com>)
631 * fixed assert() in "connections.c:962:
684 * fixed starving of connections on high load
701 * fixed aborted connections if file was moved while in transfer
707 * added server.max-connections