Re: SO_SNDBUF size is small on win32?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SO_SNDBUF size is small on win32?
Дата
Msg-id 24469.1151425715@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: SO_SNDBUF size is small on win32?  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: SO_SNDBUF size is small on win32?  (Yoshiyuki Asaba <y-asaba@sraoss.co.jp>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Martijn van Oosterhout wrote:
>> On Wed, Jun 28, 2006 at 12:23:13AM +0900, Yoshiyuki Asaba wrote:
>>> http://support.microsoft.com/kb/823764/EN-US/

> No, it says it occurs if this condition is met: "A single *send* call or 
> *WSASend* call fills the whole underlying socket send buffer."

It also says that the condition only occurs if the program uses
non-blocking sockets ... which the backend does not.  So this page
offers no support for the proposed patch.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Thomas Hallgren
Дата:
Сообщение: [Fwd: Re: [Pljava-dev] char with trailing space, PreparedStatement.setObject & SetString]
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: vacuum, performance, and MVCC