Re: Should I use remoting?



"Rick" <rick@xxxxxxxxxx> wrote in
news:uGIX5yWFHHA.4464@xxxxxxxxxxxxxxxxxxxx:

The scenario: multiple (load balanced) web servers supplying a single
web application. The web application gets its data from a single
middle-tier application that is also available on middle-tier multiple
servers. There are no distrubuted transactions.

What would be a good architecture under .NET for this scenario?

Yes - works fine.

Web services is another possiblity - tho personally I prefer the tight
coupling .NET remoting provides.
.


Loading