problem with qnet

Hi!

I´m a new QNX developer. I have created a process, and it runs ok! But I
have a problem :frowning:

I run this process in a machine (pc1), and I want to connect this one to
another (pc2), with qnet.
When the process is running on pc2, the pc1´s shell can´t detect pc2. But if
the process isn´t running, it does.

What happens? What´s the problem?

Thanks!

Jorge

Jorge <jalonso@ain.es> wrote:
J > Hi!

J > Im a new QNX developer. I have created a process, and it runs ok! But I
J > have a problem :frowning:

J > I run this process in a machine (pc1), and I want to connect this one to
J > another (pc2), with qnet.
J > When the process is running on pc2, the pc1s shell cant detect pc2. But if
J > the process isnt running, it does.

J > What happens? Whats the problem?

J > Thanks!

J > Jorge

Does your program run at a very high priority?
Maybe io-net doesn’t have a chance to run.

Other than that, does your program do anything network specific?

Hello!

Thank you for you interest.

The priorities of threads are between 18 and 20, and I don´t work with
network.
I will probe to change the priorities.

Jorge