2
votes
2answers
256 views
Load Balancing, AJAX, and You.
If you were an asynchronous javascript call in an Asp.Net MVC environment, and you had to work with a round-robin style of load balancer, would you be able to find your way home?
…
1
vote
4answers
214 views
How to set up SSL in a load balanced environment?
Here is our current infrastructure:
2 web servers behind a shared load balancer
dns is pointing to the load balancer
web app is done in asp.net, with wcf services
My question i …
1
vote
2answers
156 views
Determine SSL connection behind a load balancer
Hi all:
Looking for best practice here. We deal with SSL connection at our load balancer level and hence all the connection from our load balancer to our web servers are http. W …
1
vote
4answers
69 views
Keeping DNS at one place. What possibilities are out there?
I host a couple of websites for some customers. So basically what they do is change their A Record to my server's IP and everything works fine.
Now I want to upgrade my server and …
0
votes
2answers
42 views
TreeView and Postback
Here is my situation: I will have a web page with TreeView control, which is supposed to be expadable/collapsable/editable. All good so far. I know that postback is used heavily in …
0
votes
1answer
297 views
How to do sticky load-balancing with HAProxy with Session transfer to new servers
I am using appsession config element for sticky session. I have 5 weblogic instances 3 of them are active and serving load now when load increases i start additional 2 instances. N …
0
votes
2answers
162 views
Load balancing: DNS round robin in front of hardware load balancers. How to share stickiness?
Hi,
DNS Round Robin (DRR) permits to do cheap load balancing (distribution is a better term). It has the pro of permitting infinite horizontal scaling. The con is that if one of t …
0
votes
1answer
19 views
What application problems have you seen with a load balanced scenerio?
What application problems have you seen with a load balanced scenerio? I'm looking to learn from other peoples stories. The story that I learn the most from will win.
0
votes
0answers
64 views
rsync take too long to run [closed]
I have a load balancer setup involve 2 server. these 2 server mirror each other. the main usage of the blanacer is serving static files. Let's call them Server A and Server B.
Ser …
0
votes
1answer
279 views
Isapi Rewrite - preserving HTTPS in redirects behind load balancer
Hi,
I'm running a site which has 2 separate sub-domains - one for HTTP and another for HTTPS.
http://www.example.com
https://secure.example.com
http://secure.example.com does …
0
votes
1answer
72 views
Identifying characteristics of certain categories network traffic (originating from load balancer or port based NAT)
I'm using a sniffer (such as Wireshark) to monitor network traffic.
I have no prior knowledge of the network topology. My purpose is to identify IPs as load balancers or NAT entry …
0
votes
3answers
268 views
Does a software load balancer manage a two-way SSL connection? If so, how?
I don't have the faintest clue on how a software or hardware load balancer works. I guess the hardware load balancer is basically a switch and based on some algorithm decides which …
