|
Description
|
In Solaris 10, the default connection type for local connections in libX11 was
changed from named pipes to Unix domain sockets, as performance tests showed
Unix sockets were now faster (on previous Solaris releases, pipes were faster,
which is why we tried them first).
When libX11 was upgraded in nv_85, this preference was lost, and the default
connection changed back to named pipes, which besides losing performance,
had side effects in other code (see CR 6700759 & 6699752 for instance).
This fix has been committed to X.Org's libX11 git master repository:
http://cgit.freedesktop.org/xorg/lib/libX11/commit/?id=bf53987eaf0fbd7f7627783fc39e7ee99e8361ba
|