Re: beta3 Solaris 7 (SPARC) port report [ Was: Looking for . . . ] - Mailing list pgsql-hackers

From Pete Forman
Subject Re: beta3 Solaris 7 (SPARC) port report [ Was: Looking for . . . ]
Date
Msg-id 14961.23456.330424.703371@kryten.bedford.waii.com
Whole thread Raw
In response to Re: beta3 Solaris 7 (SPARC) port report [ Was: Looking for . . . ]  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut writes:> Frank Joerdens writes:> > > > I have experienced before that Unix sockets will cause random>
>> connection abortions on Solaris [ . . . ]> >> > Isn't that _really_ bad? Random connection abortions when going> >
overUnix sockets?? My app does _all_ the connecting over Unix> > sockets?!> > That's bad, for sure.  Maybe you can
checkfor odd conditions> surrounding the /tmp directory, like is it on NFS, permission> problems, mount options.  Or is
theresomething odd in the kernel> configuration?  If I'm counting correctly this is the third> independent report of
thisproblem, which is scary.
 

I'm not sure if you counted me.  I also observed that Unix sockets
cause the parallel tests to fail in random places on Solaris.


We had a similar problem porting a product that uses a lot of IPC to
Solaris.  There were failures involving the overloading of the Unix
domain sockets.  We took the code to Sun and they were unable to
resolve the problems.  It should have been possible to tune the kernel
to provide more resources.  However it turns out that some of the
parameters that we wanted to tune were ignored in favour of hard coded
values.  In the end we rewrote our code to use Internet domain sockets
(AF_INET).



BTW, owing to a DNS error email to me has bounced over the last couple
of days.  It should be okay now if anything needs to be resent.
-- 
Pete Forman                 -./\.- Disclaimer: This post is originated
WesternGeco                   -./\.-  by myself and does not represent
pete.forman@westerngeco.com     -./\.-  opinion of Schlumberger, Baker
http://www.crosswinds.net/~petef  -./\.-  Hughes or their divisions.


pgsql-hackers by date:

Previous
From: Peter T Mount
Date:
Subject: Re: [JDBC] Open 7.1 items
Next
From: Peter Eisentraut
Date:
Subject: Re: Open 7.1 items