![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | WCF vs. .NET Remoting in intra-machine services Are there any recommendations regarding the use of WCF in intra-machine services? I find it difficult to justify WCF for a significant (read: multiple interface inheritance, multiple levels of events and multiple levels of data types) service in intra-machine services compared against .NET Remoting. In particular, if you're interested, I'm porting an implementation of JTAPI, a telephony specification, to .NET. Regards -- What difference does it make to the dead, the orphans and the homeless, whether the mad destruction is wrought under the name of totalitarianism or the holy name of liberty or democracy? -M. Gandhi |
My System Specs![]() |
| | #2 (permalink) |
| Guest | Re: WCF vs. .NET Remoting in intra-machine services check http://msdn2.microsoft.com/en-us/lib...57(VS.80).aspx Arkady "Javier Estrada" <jestrada@discussions.microsoft.com> wrote in message news:CBDF920C-4DD2-427E-BEB2-DBD5DD6176C2@microsoft.com... > Are there any recommendations regarding the use of WCF in intra-machine > services? > > I find it difficult to justify WCF for a significant (read: multiple > interface inheritance, multiple levels of events and multiple levels of > data > types) service in intra-machine services compared against .NET Remoting. > In > particular, if you're interested, I'm porting an implementation of JTAPI, > a > telephony specification, to .NET. > > Regards > > -- > What difference does it make to the dead, the orphans and the homeless, > whether the mad destruction is wrought under the name of totalitarianism > or > the holy name of liberty or democracy? > > -M. Gandhi |
My System Specs![]() |
| | #3 (permalink) |
| Guest | Re: WCF vs. .NET Remoting in intra-machine services Arkady, I'm not trying to migrate from .NET Remoting to WCF. I'm trying to decide whether to use .NET Remoting or WCF on a new design. The project is not a simple one, since JTAPI has multiple orthogonal layers of functionality in the form of interfaces. I know how to represent this model in an OO architecture, but I had been struggling to transition it to SOA because of the orthogonal layers. I was trying to provide a very similar model in WCF that would have involved service contract inheritance, callback contract inheritance, data contract inheritance, etc., that would not have been very practical on the client side (no bang for buck). I'm past that point, and I appreciate your response. |
My System Specs![]() |
| | #4 (permalink) |
| Newbie Rep Power: 11 ![]() | ServiceKnownType(typeof())] You could use named pipes as your protocol, and declare the ServiceKnownTypes to show your hierarchy. |
My System Specs![]() |
| | #5 (permalink) |
| Guest | Re: WCF vs. .NET Remoting in intra-machine services Gracias, Armando. During the analysis there were other problems that we won't be able to solve with WCF (it is simply the wrong tool for this project) so we decided not to pursue it further. |
My System Specs![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Powershell 2.0 with remoting : ok what is Remoting ? | IT Staff | PowerShell | 4 | 12-07-2007 01:20 AM |
| Vista Bsness VPN connects but has no access to Intra-Intnet / Resr | Salvador | Vista General | 0 | 07-29-2007 04:08 AM |
| Remote Assistance Works Intra but not Internet | Raas | Vista General | 2 | 03-21-2007 06:20 PM |
| Error accessing Remote Services on Vista Machine | Pushkar | Vista security | 1 | 08-05-2006 07:18 AM |