Discussion:
Remoting ipcChannel or WCF
(too old to reply)
Arkej
2008-07-23 13:08:20 UTC
Permalink
Hello,
in the following scenario is it better to use .net remoting through
ipcChannel or to consider use of WCF?

A hosting service will be running on a machine(PC) exposing some
services(objects) only to local processes(on the same machine).
I thought remoting/ipcChannel would be the fastest. Does anyone have a
suggestion why WCF would be better?

Thanks
Robert
eschneider
2008-07-24 18:36:54 UTC
Permalink
WCF is MS new way to communicate.
WCF has better security support also.

Schneider
Post by Arkej
Hello,
in the following scenario is it better to use .net remoting through
ipcChannel or to consider use of WCF?
A hosting service will be running on a machine(PC) exposing some
services(objects) only to local processes(on the same machine).
I thought remoting/ipcChannel would be the fastest. Does anyone have a
suggestion why WCF would be better?
Thanks
Robert
Loading...