473,566 Members | 2,958 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

distribute client requests across a set of servers in C#

3 New Member
hii,

i am developing a client server application in C#..

In this multiple clients can connect 2 server. I am using a set of 4 servers so that the fault tolerance can be increased in case a server is down..its load can be shared by another server i.e. i am developing a distributed application.

now i want to know how these client requests can be distributed across the set of servers.

i mean suppose i want server should handle 25 clients at max...
if 26th client tries 2 connect to it it should redirect the clients to the another server whch is available...and if all servers are busy then display a message all servers busy..

so can u give me the code as to how load balancing can be done among multiple servers.

any help would be appreciated.tha nks in advance

ankita luniya
Mar 18 '08 #1
0 1009

Sign in to post your reply or Sign up for a free account.

Similar topics

1
6210
by: Meghna | last post by:
Hi, I was wondering if some one would be able to help me with this. I am trying to share a session across two servers and I seem to be experiencing some problems. I was wondering if anybody has already tried something like this before and hence be able to provide some guidance in this regard. Any suggestions, pointers or redirections to...
7
11183
by: steve | last post by:
Can you join two tables across different servers in mySQL, or am I dreaming of Oracle? -- Posted using the http://www.dbforumz.com interface, at author's request Articles individually checked for conformance to usenet standards Topic URL: http://www.dbforumz.com/mySQL-Join-servers-ftopict225285.html Visit Topic URL to contact author (reg....
0
1055
by: Kuldeep | last post by:
Hi, I implemented Forms authentication for my apps (more than one). Since it'll be hosted on a webfarm, I set cookie.domain = "nnn.nnn.com". This works fine. I can signin and then go to other servers in same domain. My problem is the Signout. I know FormsAuthentication.Signout() won't work in this case. So I'm trying to explicitely expire...
0
1718
by: Kevin Waltman | last post by:
I am writing a client/server application that is using Remoting across TCP/IP. It does not use IIS or ASP in anyway. What I am looking to do is take the users WindowsIndentity from the remote machine client app and check it to see is it belongs to a group on the server running the server side app. The server is not the domain the server on the...
1
2877
by: mcneilkm | last post by:
Hi all, I am a newby to this forum. I am making modifications to an existing database. The structure is basicall one primary record in a main table with many associated records in a second table. The associated records has a field in it called hours and is formated as a number. I need to update this field based on criteria in a text box...
1
1080
by: PhilMond | last post by:
An ASP.NET page was created with VS 2003 to run on NET Framework 1.1. The code for the datagrid starts with: <asp:datagrid id="DGUnpaidInvoices" runat="server" AutoGenerateColumns="False"> and includes: <ItemTemplate><asp:CheckBox id="ChkFullyPaid" onclick="FullyPaid(this);" runat="server" Width="112px"></asp:CheckBox></ItemTemplate> On...
5
3243
by: javelin | last post by:
Can someone recommend a utility (preferably open-source) to synchronize changes across servers? I need to bring only data over in some cases, and only objects in other cases. Any ideas? Thx!
2
1492
by: vhcp2006 | last post by:
Hi All, In my ASP.NET application I am using client IP, I was using "Request.ServerVariables" to get client IP. But my servers to under Cisco content switch for load balancing. Now "Request.ServerVariables" or "Request.UserHostAddress", both returning Content switch IP instead of client IP. Is there any way I can get client IP from C#...
1
2147
by: Andy | last post by:
I want to store a key in an ASP.NET session variable that points to an ASP.NET page cache. The page cache contains an XML document that holds a draft of the user's work. After the user is finished with their draft, it gets posted and permenantly saved in the database. If the session timesout after a few minutes of idlement, the user...
0
7893
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8109
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7645
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
1
5485
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5213
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3626
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2085
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1202
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
926
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.