Lines Matching full:connections
358 simultaneous connections because it is possible to quickly run the system
359 out of memory due to stalled connections building up.
361 high bandwidth over a fewer number of connections, especially if you have
401 to detect dead TCP connections by intermittently delivering
408 system state by expiring dead TCP connections, particularly for
410 TCP connections before disconnecting from the network.
413 terminated TCP connections.
460 used for outgoing connections, and it is possible to run the system out
465 when running a server which handles mainly incoming connections, such as a
466 normal web server, or has a limited number of outgoing connections, such
476 to use higher ranges of ports for outgoing connections.
483 sysctl limits the size of the listen queue for accepting new TCP connections.
485 connections in a heavily loaded web server environment.
550 If you have a web server which maxes out at 1000 simultaneous connections,