[pgpool-committers: 4510] pgpool: Set TCP_NODELAY and non blocking to frontend socket.

Tatsuo Ishii ishii at postgresql.org
Mon Jan 29 14:00:15 JST 2018


Set TCP_NODELAY and non blocking to frontend socket.

TCP_NODELAY is employed by PostgreSQL, so do we it.

Listen fd is set to non blocking. To make sure accept fd is set to non
blocking.

Branch
------
V3_5_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=ca57328e7efd140fe973f8883ea65829eed7a0a2

Modified Files
--------------
src/protocol/child.c | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)



More information about the pgpool-committers mailing list