Tagged Questions

0
votes
0answers
45 views

Multiple Tomcat Instances [closed]

I have One Staic IP on one Server which is publically accessible over the Internet. I am running an Apache WebServer on that Server. How can I make - 3 Web Applications (On Tomc …
3
votes
5answers
480 views

Elastic Load Balancing in EC2

Hi 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. Shou …
2
votes
7answers
106 views

how to process long-running requests in python workers?

Hi, I have a python (well, it's php now but we're rewriting) function that takes some parameters (A and B) and compute some results (finds best path from A to B in a graph, graph …
2
votes
1answer
36 views

Create a database for scalability

How do i create a database for scalability? I am in the middle of http://www.slideshare.net/vishnu/livejournals-backend-a-history-of-scaling which i cant read ATM and need to leave …
2
votes
2answers
44 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. <authenti …
0
votes
2answers
31 views

Load Balanced Deployments

I have an application that is load balanced across two web servers (soon to be three) and deployments are a real pain. First I have to do the database side, but that breaks the pro …
2
votes
5answers
119 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 b …
0
votes
1answer
12 views

Problem created by load balancing

I have an ASP.NET 3.0 application that works fine on one server. It uses application variables to check if a user has checked out a file and locks it for all other users. When I pu …
0
votes
1answer
18 views

WCF or other technologies for load balancing

Hello, I would like to write an upload system (photos, videos,...), which could be scaled and perform well even under heavy traffic. I am a .Net developer therefore I am more inte …
0
votes
0answers
17 views

Does IBM http server balance all requests based on client IP?

While running performance testing I've noticed that all the requests from any given IP address seem to all be going to the one cluster member. I've got about 7 concurrent users plu …
0
votes
3answers
45 views

what are some good “load balancing issues” to know ?

Hey there guys, I am a recent grad, and looking at a couple jobs I am applying for I see that I need to know things like runtime complexity (straight forward enough), caching (memc …
3
votes
3answers
134 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.N …
0
votes
1answer
96 views

Pros and Cons of Sticky Session / Session Affinity load blancing strategy?

One approach to high scalability is to use network load balancing to split processing load between several servers. One challenge that this approach presents is where servers are …
2
votes
2answers
594 views

Best way to redirect image requests to a different webserver?

I am trying to reduce the load on my webservers by adding an "Image server" (a dedicated server for handling image requests), and redirecting all requests for .gif,.jpg,.png etc., …
1
vote
6answers
579 views

Load-balanced MySQL cluster without load balancer

Hi. I'm looking to create a load-balanced MySQL cluster, but without the actual load-balancer, in order not to add another point of failure or complexity. What I was thinking was …

1 2 3 4 5 7 next
15 30 50 per page