Tagged Questions
The term load balancing is used to describe technology that is used to evenly distribute work across multiple nodes within a network.
34
votes
4answers
8k views
Load Balancing in Amazon EC2?
We've been fighting with HAProxy for a few days now in Amazon EC2; the experience has so far been great, but we're stuck on squeezing more performance out of the software load balancer. We're not ...
18
votes
6answers
12k views
Elastic Load Balancing in EC2
Its been on the cards for a while, but now that Amazon have released Elastic Load balancing what are your thoughts on deploying this solution for a high-traffic web app.
Should we replace HAProxy or ...
13
votes
13answers
2k views
Architecture recommendation for load-balanced ASP.NET site
UPDATE 2009-05-21
I've been testing the #2 method of using a single network share. It is resulting in some issues with Windows Server 2003 under load:
http://support.microsoft.com/kb/810886
end ...
11
votes
6answers
19k views
Difference between session affinity and sticky session? [closed]
What is the difference between session affinity and sticky session in context of load balancing servers?
8
votes
6answers
374 views
How to develop a web application that is load-balance friendly
Starting to develop to actual code to my website and wanted to know how do i develop or design the website that is load balance friendly. I read a post on stackoverflow regarding scalability and the ...
8
votes
3answers
554 views
How to configure dotNetOpenId in an session less load balancing environment
You've probably solved this before.
I need to be able to use open id in an environment that does not have session stickiness. The servers do preserve the headers.
I'm using ASP.NET MVC and ...
8
votes
4answers
3k views
What is the best way to handle sessions for a PHP site on multiple hosts?
PHP stores its session information on the file system of the host of the server establishing that session. In a multiple-host PHP environment, where load is unintelligently distributed amongst each ...
7
votes
4answers
355 views
Load balancing and scheduling algorithms
so here is my problem:
I have several different configuarion servers. I have different calculations (jobs); I can predict how long approximately each job will take to be caclulated. Also, I have ...
7
votes
7answers
6k views
How can I use Spring Security without sessions?
I am building a web application with Spring Security that will live on Amazon EC2 and use Amazon's Elastic Load Balancers. Unfortunately, ELB does not support sticky sessions, so I need to ensure my ...
7
votes
7answers
9k views
PHP sessions in a load balancing cluster - how?
OK, so I've got this totally rare an unique scenario of a load balanced PHP website. The bummer is - it didn't used to be load balanced. Now we're starting to get issues...
Currently the only issue ...
7
votes
2answers
7k views
What might be causing the“The client disconnected” ASP.NET exception?
My .NET 3.5 application sporadically throws the following exception System.Web exception:
The client disconnected
Any ideas why this exception is occurring? My application is running on a load ...
7
votes
15answers
3k views
What load-balancing system do you use in production? What do you think of it?
There are a lot of different systems for balancing load and achieving redundancy in production servers (Not just web servers)
Round-robin DNS
Linux Virtual Server
Cisco Local Director
F5 BigIP
...
6
votes
3answers
235 views
Load-balancing in parallel processing application
I'm building a network-distributed parallel processing application that uses a combination of CPU and GPU resources across many machines.
The app has to perform some very computationally expensive ...
6
votes
3answers
173 views
Garbage Collection Modes: If 2 apps exist on a server, does “Server Mode” rob Peter to pay Paul?
A 2-parter (if necessary I can seperate questions to award seperate right answers):
We're in a situation where running in server mode is likely appropriate: We have 2 enterprise level apps running on ...
6
votes
3answers
165 views
load balancing algorithms - special example
Let´s pretend i have two buildings where i can build different units in.
A building can only build one unit at the same time but has a fifo-queue of max 5 units, which will be built in sequence.
Every ...
6
votes
2answers
127 views
Can Windows Azure dynamically scale the application as load changes?
From what I see in Windows Azure materials on how to deploy applications (for example, this lab), one has to select the "role size" and number of role instances when deploying his application.
That ...
6
votes
3answers
480 views
How to Master/Slave switch, load balancing in CakePHP
I need to implement master/slave/load balancing into an existing site.
Does anyone use these (or other) implementations for master/slave switching?
The resources I found on how to implement ...
6
votes
1answer
3k views
Apache + Tomcat with mod_jk: maxThread setting upon load balancing
I have Apache + Tomcat setup with mod_jk on 2 servers. Each server has its own Apache+Tomcat pair, and every request is being served by Tomcat load balancing workers on 2 servers.
I have a question ...
6
votes
6answers
291 views
How to make active services highly available?
I know that with Network Load Balancing and Failover Clusteringwe can make passive services highly available. But what about active apps?
Example: One of my apps retrieves some content from a ...
6
votes
6answers
1k views
“Work stealing” vs. “Work shrugging”?
Why is it that I can find lots of information on "work stealing" and nothing on "work shrugging" as a dynamic load-balancing strategy?
By "work-shrugging" I mean pushing surplus work away from busy ...
6
votes
6answers
493 views
Heuristic algorithm for load balancing among threads
I'm working on a multi-threaded program where I have a number of worker threads performing tasks of unequal length. I want to load-balance the tasks to ensure that they do roughly the same amount of ...
6
votes
1answer
1k views
Load balance web application
There are load balanced tomcat web servers. Every request could be served by different tomcat server.
How could we take care of this while writing code for the j2ee (struts) based web application?
6
votes
4answers
2k views
Scaling a postgres server to multiple servers
Our postgres server is about hitting its capacity and we're looking into adding a second database server. Are there any scaling solutions that are particularly good for a postgres setup?
5
votes
4answers
118 views
ASP.Net - Handling session data in a load balanced environment?
How does ASP.Net deal with session data in a load balanced environment?
Let's say a user makes multiple requests while navigating through a couple of pages?
Do all requests go to the same server in ...
5
votes
5answers
140 views
Load Balancing in Asp.net, what I should consider while development?
While working on one ASP.NET project hosted within web farm including two front ends and load balancing, we got one issue regarding ASP.NET session state while being set to be "InProc", and we found ...
5
votes
3answers
330 views
Azure - 2x extra small or a single small instance
Starting out with Windows Azure, but how do I know which is better to handle web-traffic and a background processor. Would 2x extra small instances be better or a single small instance.
If I were to ...
5
votes
1answer
422 views
Directly accessing Azure workers; bypassing the load balancer
Typically, access to Azure workers is done via endpoints that are defined in the service definition. These endpoints, which must be TCP or HTTP(S), are passed through a load balancer and then ...
5
votes
2answers
211 views
How to eliminate ASP.NET application reload delay using load balancer?
One issue with ASP.NET apps is that they periodically reload themselves, causing a long delay and possibly timeout for users who hit the site during that time.
This may not be a problem for small ...
5
votes
1answer
440 views
Load Balancing Multiple Django Webservers
I was wondering if anyone had ever implemented multiple Django webservers pointing to a single database, essentially functioning as a single website via load balancing?
What software did you use for ...
5
votes
2answers
213 views
Moving an Asp.net application to a load-balanced environment
I have an application which works well on a single server. My customer now wants to move it to a load-balanced environment. Which things are likely to bite me when doing this?
Currently I know of
...
5
votes
1answer
335 views
Will ASP.Net MVC's AntiForgeryToken Method work with Load Balancers?
Using ASP.Net MVC v2.0, I am starting to research the use of the Html.AntiForgeryToken() method when submitting forms that process data. I can see it sets a hidden value in the form HTML and it sets ...
5
votes
5answers
2k views
GWT load testing with jmeter
I have a GWT application and wanna to test load and functionality using a tool like jmeter.
I am not sure jmeter is right tool for GWT. Can anybody direct me to proper tool or can tell me how to do it ...
5
votes
1answer
1k views
ASP.NET Forms Authentication on Load Balanced Servers
Are there any possible issues with using the default Forms Authentication (see below) on Load Balanced servers? If there can be, what can I do to prevent the issues.
<authentication ...
5
votes
5answers
3k views
Memcached on EC2
Am I right in thinking that until I am able to afford dedicated servers or have any spare servers, I could successfully run a small number of memcached servers through EC2?
With the annoucement of ...
5
votes
3answers
1k views
Using Erlang, how should I distribute load amongst a cluster?
I was looking at the slave/pool modules and it seems similar to what I
want, but it also seems like I have a single point of failure in my
application (if the master node goes down).
The client has a ...
5
votes
2answers
5k views
Load balancing error with WCF service - NLB
UPDATE 3:
I created a Visual Studio 2008 test project and tried to create a service reference to shared site WCF service reference and received the following error:
There was an error downloading
...
5
votes
4answers
1k views
Balanced Distribution Algorithm
I'm working on some code for a loosely coupled cluster. To achieve optimal performance during jobs, I have the cluster remap its data each time a child enters or exits. This will eventually be made ...
5
votes
6answers
4k views
How to gain SSL load balancing?
I have to deploy my ASP.NET application into two seperated IIS servers. My application works over HTTPS/TLS. My ASP code has to handle client SSL certificate and it means I can't use simple forward ...
4
votes
2answers
203 views
Handling log and configuration files when load balancing apache
So, I am currently rebuilding my web platform from a single-machine to a cluster of machines, and I will be using Apache load balancing to do this., but I have two questions that I need a good answer ...
4
votes
2answers
407 views
How to load balance SOLR server? Is Redis a good solution?
I am writing a web app that will be hitting a SOLR server frequently. I plan to create multiple instances of this SOLR server so that one specific server doesn't get hit too much. What's the best way ...
4
votes
4answers
354 views
PHP - Storing Session in a Database
Hey Guys, I am setting up a EC2 cluster with a load balancer. I have seperate DB server which has mysql running on it. I have 3 webservers running, mostly for high availability, and of course its ...
4
votes
2answers
248 views
Scalability 101: How can I design a scalable web application using PHP?
I am building a web-application and have a couple of quick questions. From what I learnt, one should not worry about scalability when initially building the app and should only start worrying when the ...
4
votes
2answers
728 views
Deploying a PHP webapp to multiple EC2 instances behind a Elastic Load Balancer
my question is basically two questions, but since they are closely related I thought that it makes sense to ask them en-bloque.
Case:
I am running a webapplication, which is distributed over multiple ...
4
votes
2answers
146 views
Is a CFLogin replacement necessary or am I missing something?
I'm seriously considering moving away from CF8 cflogin because it is tied to the server that spawned the login. In a load balanced environment you're stuck with sticky sessions if you don't do a ...
4
votes
1answer
85 views
Load balancing a website using different domains
We have a simple PHP site. It is getting hit quite a bit. We have 2 main parts. One is a drop down menu that is updated using AJAX when the user changes the text in the search box.
Next, we have a ...
4
votes
2answers
475 views
Looking for a good example of load balancing in .NET using performance counters
Task:
Create a system which can produce large amount of tasks (independent pieces of work) in a minimal amount of time.
Solution:
The system consists of 2 parts: Dispatcher and Worker (WCF ...
4
votes
1answer
570 views
Deploying multiple Grails instances with shared cache and sessions?
I am looking for a solution that allows me to deploy multiple load balanced Grails instances that have shared cache (EhCache Server ?) and sessions, is this possible ?
I can't find any documentation ...
4
votes
2answers
443 views
Load balancing and sessions
What is the better approach for load balancing on web servers? My services run in .NET and Mono, so they could be hosted on IIS or Apache2, and the will have to provide SSL connection.
I've read two ...
4
votes
1answer
828 views
Load Balance WCF and Share a Remote MSMQ for High Throughput
After a ton of reading in books and on the web, I have noticed hints of information that WCF and MSMQ can be used in achieving high throughput. The information I have seen mentions using multiple WCF ...
4
votes
6answers
4k views
Load balancing for a web service using soap?
We are currently looking at the problem of creating a load balancer in front of a set of servers offering the same web service (using soap over http).
Once a client request has been sent to a given ...