UNIX domain sockets?

According to the info I found on qdn.qnx.com the tiny tcpip stack
doesn’t support UNIX domain sockets. But does the big stack support it?
If not, will there be?

ARGA,TIA,
rick

Nope. UDS will be supported by pipe manager (not sure when).

  • igor

“Rick Lake” <rwlake@SPAM.REDIRECTED.TO.DEV.NULL> wrote in message
news:3AD19BC0.60404@SPAM.REDIRECTED.TO.DEV.NULL

According to the info I found on qdn.qnx.com the tiny tcpip stack
doesn’t support UNIX domain sockets. But does the big stack support it?
If not, will there be?

ARGA,TIA,
rick

drat :frowning:

I needed it to get MySQL running.
oh well, guess I have to tweak some options in config.h then…

thanks for your response,
rick

Igor Kovalenko wrote:

Nope. UDS will be supported by pipe manager (not sure when).

  • igor

“Rick Lake” <> rwlake@SPAM.REDIRECTED.TO.DEV.NULL> > wrote in message
news:> 3AD19BC0.60404@SPAM.REDIRECTED.TO.DEV.NULL> …
According to the info I found on qdn.qnx.com the tiny tcpip stack
doesn’t support UNIX domain sockets. But does the big stack support it?
If not, will there be?

ARGA,TIA,
rick

Rick Lake wrote:

drat > :frowning:

I needed it to get MySQL running.
oh well, guess I have to tweak some options in config.h then…

well, that was easy :slight_smile:

I simply had to disable the ‘HAVE_SYS_UN_H’ option to force it to use
only tcpip connections. (that plus two minor #defines in
sql/mini_client.cc and sql/my_lock.c to take care of some conflicts.)

I have it up and running now; the test/play phase begins…

thanks for your response,
rick

Igor Kovalenko wrote:

Nope. UDS will be supported by pipe manager (not sure when).

  • igor

“Rick Lake” <> rwlake@SPAM.REDIRECTED.TO.DEV.NULL> > wrote in message
news:> 3AD19BC0.60404@SPAM.REDIRECTED.TO.DEV.NULL> …
According to the info I found on qdn.qnx.com the tiny tcpip stack
doesn’t support UNIX domain sockets. But does the big stack support it?
If not, will there be?

ARGA,TIA,
rick

Previously, Igor Kovalenko wrote in qdn.public.qnxrtp.porting:

Nope. UDS will be supported by pipe manager (not sure when).

Are you sure about that, Igor? I was under the impression that the
big stack supports them now. They were added with Patch A. Certainly
the header files changed between the release and Patch A, making the
claim that UDS were supported. My impression was the same as Rick’s.

(Yes, I know I could write some code to test this, but it’s much more
fun just to theorize than to solve. :slight_smile:

Andrew

“Andrew Thomas” <Andrew@cogent.ca> wrote in message
news:Voyager.010410132418.815126E@andrewhome.cogent.ca

Previously, Igor Kovalenko wrote in qdn.public.qnxrtp.porting:
Nope. UDS will be supported by pipe manager (not sure when).

Are you sure about that, Igor?

Yes.

I was under the impression that the
big stack supports them now. They were added with Patch A. Certainly
the header files changed between the release and Patch A, making the
claim that UDS were supported. My impression was the same as Rick’s.

(Yes, I know I could write some code to test this, but it’s much more

I did that at some point.

  • Igor

Rick Lake wrote:

drat > :frowning:

I needed it to get MySQL running.
oh well, guess I have to tweak some options in config.h then…

MySQL can work on TCP.
ftp://ftp.qnx.org.ru/pub/database/mysql-3.22.32-bin-qnxrtp_patchA.tar.gz


dmi

Dmitry Alexeyev wrote:

Rick Lake wrote:

drat > :frowning:

I needed it to get MySQL running.
oh well, guess I have to tweak some options in config.h then…

MySQL can work on TCP.
ftp://ftp.qnx.org.ru/pub/database/mysql-3.22.32-bin-qnxrtp_patchA.tar.gz

Thanks, but as I posted earlier in this thread, I already have it up and
running. BTW, that version is old by now. I think the latest version is
3.23.36.

regards,
rick

dmi