[Mono-devel-list] Remoting patches and typo fix
Torstensson, Patrik
patrik.torstensson at intel.com
Fri Apr 4 15:41:03 EST 2003
> > This is true, the problem is that the CreateMessageSink
> doesn't check the
> > process id. The cross appdomain channel should have the
> highest prio and
> > also be a part of the channel list.
>
> I'm not sure it should be part of the channel list. If it is,
> it will appear
> in the ChannelServices.RegisteredChannels, and the MS
> implementation does
> not show it. Should this channel be filtered in the
> RegisteredChannels get
> property ?
Yes, it needs to be filtered. You can request it by the name XAPPDMN under
MS platform.
> >
> > It's really simple to add, just add a check for process id in
> > CreateMessageSink and add so the constructor of ChannelData
> save's the
> > current process id (as it does with AppDomainID).
> >
>
> Ok I will try that.
Good.
Cheers,
Patrik
More information about the Mono-devel-list
mailing list