From: | Oliver Jowett <oliver(at)opencloud(dot)com> |
---|---|
To: | Neil Conway <neilc(at)samurai(dot)com> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, adnandursun(at)asrinbilisim(dot)com(dot)tr, Peter Eisentraut <peter_e(at)gmx(dot)net>, Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Feature freeze date for 8.1 |
Date: | 2005-05-02 06:56:08 |
Message-ID: | 4275CF08.3090608@opencloud.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
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
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2005-05-02 08:11:40 | Re: Feature freeze date for 8.1 |
Previous Message | Oliver Jowett | 2005-05-02 06:53:46 | Re: Feature freeze date for 8.1 |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2005-05-02 08:11:40 | Re: Feature freeze date for 8.1 |
Previous Message | Oliver Jowett | 2005-05-02 06:53:46 | Re: Feature freeze date for 8.1 |