Searched refs:connections (Results 1 – 17 of 17) sorted by relevance
7 void joblist_free(server *srv, connections *joblist);10 void fdwaitqueue_free(server *srv, connections *fdwaitqueue);11 connection *fdwaitqueue_unshift(server *srv, connections *fdwaitqueue);
24 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()
461 } connections; typedef640 connections *conns;641 connections *joblist;642 connections *fdwaitqueue;
71 connections-glue.c \79 src = server.c response.c connections.c network.c \273 fdevent.h connections.h base.h stat_cache.h \
157 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 …]
19 connections-glue.c \29 src = Split("server.c response.c connections.c network.c \
44 connections *conns = srv->conns; in connections_get_new_connection()78 connections *conns = srv->conns; in connection_del()741 connections *conns = srv->conns;
729 connections *conns = srv->conns; in start_server()1965 connections *conns = srv->conns; in main()
47 If you handle several connections at once under a high load (let's assume 500 connections53 would release the connections earlier and would free file descriptors without a64 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 the156 connections is disabled. If it drops below 80% again new connections will164 and lighttpd could not disable the incoming connections soon enough. The218 buffers. If you've got many connections this can quickly drain the available memory.
30 - active connections and their state73 active connections.
37 limit the throughput for all connections to the given limit
29 …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"] + 1387 core.connections: 7
243 the following explaination is valid for remote connections too.249 - active connections (load)483 ## IP adresses where PHP should access server connections
225 server.max-connections = 1024
236 server.max-connections = 250000
236 server.max-connections = 80000
93 * 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 load701 * fixed aborted connections if file was moved while in transfer707 * added server.max-connections