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

Поиск
Список
Период
Сортировка
От Ian Lance Taylor
Тема Re: Should we disable Solaris using Unix Domain Sockets in the regression test?
Дата
Msg-id sizo7mh2yi.fsf@daffy.airs.com
обсуждение исходный текст
Ответ на Should we disable Solaris using Unix Domain Sockets in the regression test?  (Justin Clift <justin@postgresql.org>)
Список pgsql-hackers
Justin Clift <justin@postgresql.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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Justin Clift
Дата:
Сообщение: Should we disable Solaris using Unix Domain Sockets in the regression test?
Следующее
От: Justin Clift
Дата:
Сообщение: Re: Should we disable Solaris using Unix Domain Sockets in the