Re: Need architecture suggestion

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi,

Monty wrote:

<snip>

So, is remoting a good fit for this situation?

As long as you have both ends of your connection written for .NET, this
could work just fine. Given that non-.NET environments play an important
role in the whole concept you're describing, I would give some thought to a
scenario that isn't dependent on all parts using .NET. WCF can be
self-hosted like .NET Remoting (which isn't easy to achieve for .NET 2 XML
Web Services) and communicate with a broader spectrum of clients than .NET
Remoting can.


Oliver Sturm
--
http://www.sturmnet.org/blog - MVP C#
.



Relevant Pages