Re: pgsql-server/ /configure /configure.in rc/incl ... - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql-server/ /configure /configure.in rc/incl ...
Date
Msg-id 2773.1047359174@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql-server/ /configure /configure.in rc/incl ...  (Sean Chittenden <sean@chittenden.org>)
List pgsql-committers
Sean Chittenden <sean@chittenden.org> writes:
> That said, what was the performance gain of moving
> from select() to poll()?  It wasn't the biggest optimization in
> PostgreSQL history, nor the smallest, but it was a step forward.  -sc

That change was not sold as a performance improvement; I doubt that it
is one.  It was sold as not failing when libpq runs inside an
application that has thousands of open files (i.e., more than select()
can cope with).  "Faster" is debatable, "fails" is not...

            regards, tom lane

pgsql-committers by date:

Previous
From: Sean Chittenden
Date:
Subject: Re: pgsql-server/ /configure /configure.in rc/incl ...
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/ oc/src/sgml/ref/fetch.sgml oc/sr ...