Neil Conway wrote:

Is there a way to change the socket timeout for some subset of the processes on the machine without hacking the client or server source?

The only ways I can see of tuning the TCP idle parameters on Linux are globally via sysfs, or per-socket via setsockopt().


You could LD_PRELOAD something to wrap accept(), I suppose, but that seems needlessly ugly..

-O

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Reply via email to