[pgpool-committers: 4512] 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_7_STABLE

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

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



More information about the pgpool-committers mailing list