proxies in IPC

Hi,

Does QNX 6.0 offer the method of proxies in IPC? Since I check the manual, I
cann’t find it. So, I am wondering whether the method is used for QNX 4.0,
not for QNX6.0

Thanks,

Belinda

Belinda <yye@is2.dal.ca> wrote:

Hi,

Does QNX 6.0 offer the method of proxies in IPC? Since I check the manual, I
cann’t find it. So, I am wondering whether the method is used for QNX 4.0,
not for QNX6.0

Correct, the construct for doing this under QNX6 is called a Pulse.

chris

\

Chris McKillop <cdm@qnx.com> “The faster I go, the behinder I get.”
Software Engineer, QSSL – Lewis Carroll –
http://qnx.wox.org/

Belinda <yye@is2.dal.ca> wrote:

Hi,

Does QNX 6.0 offer the method of proxies in IPC? Since I check the manual, I
cann’t find it. So, I am wondering whether the method is used for QNX 4.0,
not for QNX6.0

No, there are no proxies. There are pulses, which are the non-blocking
form of notification IPC. If you’re migrating from QNX4 to QNX6, you
may want to take a look at the migration toolkit, it has docs on what
has changed, and how you might want/need to restructure your code.

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.

But the pulse in QNX6 can not work over the net


“David Gibbs” <dagibbs@qnx.com> wrote in message
news:ae566f$b0e$2@nntp.qnx.com

Belinda <> yye@is2.dal.ca> > wrote:
Hi,

Does QNX 6.0 offer the method of proxies in IPC? Since I check the
manual, I
cann’t find it. So, I am wondering whether the method is used for QNX
4.0,
not for QNX6.0

No, there are no proxies. There are pulses, which are the non-blocking
form of notification IPC. If you’re migrating from QNX4 to QNX6, you
may want to take a look at the migration toolkit, it has docs on what
has changed, and how you might want/need to restructure your code.

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.

ChaoLi <xxs102@sohu.com> wrote:

But the pulse in QNX6 can not work over the net

Pulse (and signal) could cross QNET for a while now (starting
from 6.1 I think?).

-xtang

“David Gibbs” <> dagibbs@qnx.com> > wrote in message
news:ae566f$b0e$> 2@nntp.qnx.com> …
Belinda <> yye@is2.dal.ca> > wrote:
Hi,

Does QNX 6.0 offer the method of proxies in IPC? Since I check the
manual, I
cann’t find it. So, I am wondering whether the method is used for QNX
4.0,
not for QNX6.0

No, there are no proxies. There are pulses, which are the non-blocking
form of notification IPC. If you’re migrating from QNX4 to QNX6, you
may want to take a look at the migration toolkit, it has docs on what
has changed, and how you might want/need to restructure your code.

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.

“Xiaodan Tang” <xtang@qnx.com> wrote in message
news:aeso6v$eau$1@nntp.qnx.com

ChaoLi <> xxs102@sohu.com> > wrote:
But the pulse in QNX6 can not work over the net

Pulse (and signal) could cross QNET for a while now (starting
from 6.1 I think?).

??? The doc of both 6.1 and 6.2 for MsgSendPulse says you can’t
use MsgSendPulse to send pulses across the network

-xtang

“David Gibbs” <> dagibbs@qnx.com> > wrote in message
news:ae566f$b0e$> 2@nntp.qnx.com> …
Belinda <> yye@is2.dal.ca> > wrote:
Hi,

Does QNX 6.0 offer the method of proxies in IPC? Since I check the
manual, I
cann’t find it. So, I am wondering whether the method is used for QNX
4.0,
not for QNX6.0

No, there are no proxies. There are pulses, which are the non-blocking
form of notification IPC. If you’re migrating from QNX4 to QNX6, you
may want to take a look at the migration toolkit, it has docs on what
has changed, and how you might want/need to restructure your code.

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.

Mario Charest postmaster@l127.0.0.1 wrote:

“Xiaodan Tang” <> xtang@qnx.com> > wrote in message
news:aeso6v$eau$> 1@nntp.qnx.com> …
ChaoLi <> xxs102@sohu.com> > wrote:
But the pulse in QNX6 can not work over the net

Pulse (and signal) could cross QNET for a while now (starting
from 6.1 I think?).

??? The doc of both 6.1 and 6.2 for MsgSendPulse says you can’t
use MsgSendPulse to send pulses across the network

Hm, we should remove that part. Steve please :slight_smile:

-xtang

“David Gibbs” <> dagibbs@qnx.com> > wrote in message
news:ae566f$b0e$> 2@nntp.qnx.com> …
Belinda <> yye@is2.dal.ca> > wrote:
Hi,

Does QNX 6.0 offer the method of proxies in IPC? Since I check the
manual, I
cann’t find it. So, I am wondering whether the method is used for QNX
4.0,
not for QNX6.0

No, there are no proxies. There are pulses, which are the non-blocking
form of notification IPC. If you’re migrating from QNX4 to QNX6, you
may want to take a look at the migration toolkit, it has docs on what
has changed, and how you might want/need to restructure your code.

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.

Xiaodan Tang <xtang@qnx.com> wrote:
: Hm, we should remove that part. Steve please :slight_smile:

I’ve created a PR. Thanks.


Steve Reid stever@qnx.com
TechPubs (Technical Publications)
QNX Software Systems

Then,another question,can name_attach() attach a global name in your newest
release?
ChaoLi

“Steve Reid” <stever@qnx.com> wrote in message
news:aesqms$fpu$1@nntp.qnx.com

Xiaodan Tang <> xtang@qnx.com> > wrote:
: Hm, we should remove that part. Steve please > :slight_smile:

I’ve created a PR. Thanks.


Steve Reid > stever@qnx.com
TechPubs (Technical Publications)
QNX Software Systems