PC Review


Reply
Thread Tools Rate Thread

C# remoting and load balancing

 
 
=?Utf-8?B?bXN1aw==?=
Guest
Posts: n/a
 
      15th Feb 2005
All,

I have a load balanced application server enviroment and wish to write a
component that will sit on each node and service remote requests from many
clients.

Can anyone give me some advice in what type of remoting I should use i.e.
client activated or sever activated for my load balanced enviroment?

Thanks
msuk
 
Reply With Quote
 
 
 
 
Nicholas Paldino [.NET/C# MVP]
Guest
Posts: n/a
 
      15th Feb 2005
msuk,

If you are using load balancing, then the best choice would be to use
server activated remoted objects, using single call objects. Basically,
this means that for every call on an object, you will create a new object on
the server side, which will then be disposed of.

The reason you would do this is because you can not guarantee that the
same server will service the same client. Of course, this requires a change
in thinking, in that you can not expect your objects to store state. This
isn't always the easiest thing to do, but it's not horrible.

Hope this helps.

--
- Nicholas Paldino [.NET/C# MVP]
- (E-Mail Removed)

"msuk" <(E-Mail Removed)> wrote in message
news:538A0B95-6846-4C7F-BF5D-(E-Mail Removed)...
> All,
>
> I have a load balanced application server enviroment and wish to write a
> component that will sit on each node and service remote requests from many
> clients.
>
> Can anyone give me some advice in what type of remoting I should use i.e.
> client activated or sever activated for my load balanced enviroment?
>
> Thanks
> msuk



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Load Balancing DNS Madhan Singh Microsoft Windows 2000 DNS 13 18th Apr 2006 06:58 PM
Load Balancing RahulBose Microsoft ASP .NET 2 29th Mar 2006 06:33 PM
Windows Load Balancing - not balancing Paul Hadfield Microsoft Windows 2000 Networking 0 1st Mar 2005 10:47 AM
Load Balancing Coyote Windows XP Networking 0 26th Jun 2004 03:02 AM
Load balancing... Anthony Perona Microsoft Windows 2000 Terminal Server Applications 3 22nd Sep 2003 09:08 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:29 PM.