Re: FD_SETSIZE with large #s of files/ports in use

From: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
To: Barry Nicholson <b(dot)nicholson(at)niceng(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: FD_SETSIZE with large #s of files/ports in use
Date: 2010-05-19 23:44:26
Message-ID: 4BF477DA.8000208@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hiroshi Inoue wrote:
> Hiroshi Inoue wrote:
>> Hi,
>>
>> Could you please try the attached patch?
>
> Oops it doesn't seem to work.
> Another way is to use poll() instead of select().

OK I made a patch to use poll().
Please #define HAVE_POLL e.g. in config.h and try the attached patch.

regards,
Hiroshi Inoue

Attachment Content-Type Size
socket.diff text/plain 3.4 KB

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message B. Nicholson 2010-05-20 00:12:40 Re: FD_SETSIZE with large #s of files/ports in use
Previous Message Hiroshi Inoue 2010-05-19 21:39:56 Re: FD_SETSIZE with large #s of files/ports in use