Channel Dispatch_Create()

Dispatch_create() besides other things, creats a channel.
Is there anyway I can get a Channel-id for it?

Grazie mille,

I don’t think so. When I wrote my first resource manager I went
around in circles trying to figure out how to deal with this.
In the end I found that I did not need to know the Channel-id.
Maybe you should describe why you think that you need it.


Previously, Berkeley Process Control wrote in qdn.public.ddk.input:

Dispatch_create() besides other things, creats a channel.
Is there anyway I can get a Channel-id for it?

Grazie mille,
\


Mitchell Schoenbrun --------- maschoen@pobox.com

“Mitchell Schoenbrun” <maschoen@pobox.com> wrote in message
news:Voyager.010711194213.304B@schoenbrun.com

I don’t think so. When I wrote my first resource manager I went
around in circles trying to figure out how to deal with this.
In the end I found that I did not need to know the Channel-id.
Maybe you should describe why you think that you need it.

Check message_connect(), it doesn’t give you the channel id but
it creates a connection to it and return a connection it which is what
I’m guessing you need.

Previously, Berkeley Process Control wrote in qdn.public.ddk.input:

Dispatch_create() besides other things, creats a channel.
Is there anyway I can get a Channel-id for it?

Grazie mille,



\

Mitchell Schoenbrun --------- > maschoen@pobox.com