unix sockets?

I just want to double check what I found in one of the development
newsletters. I have been trying to port PostgreSQL to QNX 6, and
had been told by a couple of co-workers that QNX RTP supports
Unix style sockets (which PostgreSQL uses). However, according to
http://qdn.qnx.com/news/newsletter/qdni3v2.html

“Although Unix domain sockets (AF_LOCAL/AF_UNIX)
are not supported directly with the QNX RTOS 6.1 release”


Before I found this article, I had tried to create a socket using
the AF_LOCAL family type. socket() returned with an error,
and errno was set to 2 (no such file or directory.) Is this the
expected response if indeed qnx rtp does not support AF_LOCAL?

I have not been able to find any other mention of AF_LOCAL/
AF_UNIX, and whether or not this flag is supported or not. Is
there a document detailing this that I have missed? Any pointers
to it would be appreciated.

thanks

aaron

Sorry, just realized I put this in the QNX4 newsgroup, instead of RTP.

Please ignore…

“Aaron Tucker” <aaron.tucker@igt.com> wrote in message
news:9s719b$rnj$1@inn.qnx.com

I just want to double check what I found in one of the development
newsletters. I have been trying to port PostgreSQL to QNX 6, and
had been told by a couple of co-workers that QNX RTP supports
Unix style sockets (which PostgreSQL uses). However, according to
http://qdn.qnx.com/news/newsletter/qdni3v2.html

“Although Unix domain sockets (AF_LOCAL/AF_UNIX)
are not supported directly with the QNX RTOS 6.1 release”


Before I found this article, I had tried to create a socket using
the AF_LOCAL family type. socket() returned with an error,
and errno was set to 2 (no such file or directory.) Is this the
expected response if indeed qnx rtp does not support AF_LOCAL?

I have not been able to find any other mention of AF_LOCAL/
AF_UNIX, and whether or not this flag is supported or not. Is
there a document detailing this that I have missed? Any pointers
to it would be appreciated.

thanks

aaron