Re: Should we disable Solaris using Unix Domain Sockets in the regression test?

From: Ian Lance Taylor <ian(at)airs(dot)com>
To: Justin Clift <justin(at)postgresql(dot)org>
Cc: PostgreSQL Hackers Mailing List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Should we disable Solaris using Unix Domain Sockets in the regression test?
Date: 2001-09-23 05:48:53
Message-ID: sizo7mh2yi.fsf@daffy.airs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Justin Clift <justin(at)postgresql(dot)org> writes:

> Did anyone ever figure out why Solaris boxes had those random failures
> during the regression tests?

It should be better now that listen() is being called with a larger
number. The basic problem is that Solaris actually honors the
listen() backlog argument, and if more than that many Unix socket
clients attempt to connect simultaneously, some are rejected
immediately.

Ian

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Clift 2001-09-23 06:00:12 Re: Should we disable Solaris using Unix Domain Sockets in the
Previous Message Justin Clift 2001-09-23 05:11:09 Should we disable Solaris using Unix Domain Sockets in the regression test?