[pgpool-committers: 4513] 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
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=3fe84f82537732ae2240e6e87d970d9193e01c93
Modified Files
--------------
src/protocol/child.c | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
More information about the pgpool-committers
mailing list