[pgpool-committers: 4509] 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_4_STABLE

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

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



More information about the pgpool-committers mailing list