Re: [DOTNET] Remoting scalability question...

2002-06-10 Thread Peter Foreman
--- Alex Henderson <[EMAIL PROTECTED]> wrote: > 1. web server (ASP.Net - C#) > 2. middleware server (web pages connect via remoting) > 3. SQL server 2k database backend. > > The middleware layer will be quite heavy and I want to make use of caching > objects etc. to improve the syst

Re: [DOTNET] Remoting scalability question...

2002-06-09 Thread Dan Green
If you're using Server-Activated objects and .NET remoting, the inbuilt load-balancing facilities of W2K Advanced Server are all that you need. I have taken this exact approach with a client. It has worked. Please remember, though, that physically separating business layer from the presentation

Re: [DOTNET] Remoting scalability question...

2002-06-09 Thread Shawn Wildermuth
Remoting is URL based, can you use off the shelf load-balancers to help you out? Thanks, Shawn Wildermuth [EMAIL PROTECTED] > -Original Message- > From: The DOTNET list will be retired 7/1/02 > [mailto:[EMAIL PROTECTED]] On Behalf Of Alex Henderson > Sent: Monday, June 10, 2002 1:26 AM