Is there any person who know how to use the message passing within a
network.
As a matter of fact, i’ve found informations about message passing with
MsgSend, MsgReceive, MsgReply but i don’t know how to give the adress of the
client i want to send a message.
Is there any person who know how to use the message passing within a
network.
As a matter of fact, i’ve found informations about message passing with
MsgSend, MsgReceive, MsgReply but i don’t know how to give the adress of
the
client i want to send a message.
You don’t have to give the address. The connection id used by MsgSend can
be
obtain via open(). Hence to connectec to another machine you do;
open("/net/machinename/path"). That’s assuming a your server has setup a
path name.
If your server doesn’t have a pathname, look at ConnectAttach().
QNX messages are not related to TCP/IP, they required the QNET protocol
stack
to be install.
Is there any person who know how to use the message passing within a
network.
As a matter of fact, i’ve found informations about message passing with
MsgSend, MsgReceive, MsgReply but i don’t know how to give the adress of the
client i want to send a message.
thanks
–
my opinions are mine, only mine, solely mine, and they are not related
in any possible way to the institution(s) in which I study and work.