Re: [[email protected]: Re: [pgsql-es-ayuda] SLL error 100% cpu]

From: Tom Lane
To: "Trevor Talbot"
Cc: "Alvaro Herrera" , Hackers
Subject: Re: [[email protected]: Re: [pgsql-es-ayuda] SLL error 100% cpu]
Date: 2007-12-12 05:30:50
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Trevor Talbot" writes:
> On 12/11/07, Tom Lane wrote:
>> I dunno anything about how to fix the real problem (what's winsock error
>> 10004?),

> WSAEINTR, "A blocking operation was interrupted by a call to
> WSACancelBlockingCall."

Oh, then it's exactly the same thing as our bug #2829.

I opined in that thread that OpenSSL was broken because it failed to
treat this as a retryable case like EINTR. But not being much of a
Windows person, that might be mere hot air. Someone with a Windows
build environment should try patching OpenSSL to treat WSAEINTR
the same as Unix EINTR and see what happens ...

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2007-12-12 07:06:39 Re: There's random access and then there's random access
Previous Message Trevor Talbot 2007-12-12 05:13:37 Re: [[email protected]: Re: [pgsql-es-ayuda] SLL error 100% cpu]