both of which fails. Can somebody tell me what I am doing wrong here ?
Qnet is configured properly and mqueue manager is running too.
Is mqueue runing on /net/hostname? That is where it would really
need to be running. There was a bug in the resolution of named
services (of which mqueue was one) which has been fixed internally
and will be in the next patch, but I don’t believe that is what
you are seeing.
Yes, mqueue is running on both the machines. Here is what I did:
I am able to “echo” into a posix mesg queue and “cat” out of a
posix mesg queue using the “/net/” pathnames which I believe
means the open(), read() and write() calls work.
mq_open() on the same “/net” pathname fails.
Could you elaborate the named services resolution problem, so
that I can aware when I encounter it in Neutrino ?
both of which fails. Can somebody tell me what I am doing wrong here ?
Qnet is configured properly and mqueue manager is running too.
Is mqueue runing on /net/hostname? That is where it would really
need to be running. There was a bug in the resolution of named
services (of which mqueue was one) which has been fixed internally
and will be in the next patch, but I don’t believe that is what
you are seeing.