View Single Post

   
  #7 (permalink)  
Old 04-12-2008, 04:14 AM
Tom Lane
 
Posts: n/a
Default Re: SO_SNDBUF size is small on win32?

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

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Reply With Quote