Is the FLEET feature exist under QNX rtp ?
How can I use distributed process ?
Does QNX have a firewall in the kernel (or server) ?
Thank you
best regards,
jy
Is the FLEET feature exist under QNX rtp ?
How can I use distributed process ?
Does QNX have a firewall in the kernel (or server) ?
Thank you
best regards,
jy
Jean-Yves Moulin <jym@waycom.net> wrote:
Is the FLEET feature exist under QNX rtp ?
That is called “QNET” on QNX RTP.
After you boot, being a root, do:
/bin/mount -Tio-net /lib/dll/npm-qnet.so
And you should then have a /net directory. With
everybody who is running “QNET” in it.
How can I use distributed process ?
You can open("/net/hismachine/thefile"), and read/write
on it, just the same as QNX4.
Please note the QNET in RTP still have several pieces
missing. No signal/user pulse could accross network
for now.
Does QNX have a firewall in the kernel (or server) ?
Not sure what kind of “firewall” you are talking about,
but whatever it is, it won’t be in “kernel” .
-xtang