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

From: "B(dot) Nicholson" <b(dot)nicholson(at)niceng(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: FD_SETSIZE with large #s of files/ports in use
Date: 2010-05-20 21:45:14
Message-ID: 4BF5AD6A.2090100@niceng.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hiroshi:

Works great! We've ran thousands of tests through the system with your
poll change. No problems.
We're going to run some more tests (just to make sure) in the morning.
Our goal with the tests in the morning are to really load test the
system (5000+ connections all doing selects randomly). Nice job.

Barry Nicholson

On 05/19/2010 06:44 PM, Hiroshi Inoue wrote:
> 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
>
>
>
>

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2010-05-21 03:19:04 Re: memory leak in psqlodb 08.04.0200
Previous Message noreply 2010-05-20 18:04:34 [ psqlodbc-Bugs-1010827 ] ODBC driver not parsing comment correctly