The term load balancing is used to describe technology that is used to evenly distribute work across multiple nodes within a network.

learn more… | top users | synonyms (3)

0
votes
1answer
33 views

Bouncy or nginx for load balancing websockets?

I want to add a load balancer infront of my nodejs websockets server. The plan is to add another node on another physical machine and have a load balancer in front. The load balancer will also be on ...
0
votes
1answer
11 views

Random load balancing in Apache

I'm trying to setup some load balancing for my server. Using mod_proxy_balancer everything seems pretty straightforward. my problem is that I need a random balancing algorithm (as to why i would want ...
0
votes
2answers
19 views

Get user IP - Drupal website behind load balancers

Is there any work around for getting the actual User IP if the Drupal (7.17) website is behind load balancer? It always return me the IP address of load balancer.
0
votes
0answers
44 views
+50

JBoss Clustering and Lighttpd Load Balancing displaying inconsistent behaviour

PROBLEM We have two JBossAS 4.2.3 installed on separate machines and they are clustered. We also make use of Lighttpd that acts as load balancer, and is placed between our Tomcat servers (the Tomcat ...
0
votes
0answers
12 views

Apache as a reverse proxy server to multiple serves which need sessions

I have two servers (X and Y) running the same application in the same machine (they could be in different machines). I have a an apache server in localhost (different than those machines running X ...
0
votes
1answer
30 views

clustering and load balancing node js app which uses mongodb

I have a nodejs app which uses mongodb for persistance. I am going to deploy it on two vms and I am going to use nginx to configure the loadbalancing setup. Now, how the mongodb should be installed? I ...
0
votes
0answers
12 views

Illegal state exception while downloading file using load balancer

We are using F5 load balancing on JBoss 5 server. The log file shows IllegalStateException error while downloading file on following scenario . We have number of pages to download files in differnt ...
1
vote
0answers
17 views

Possible to use a custom load balancing policy for Tomcat 7?

This is a variant of the previous question I asked: Possible to use Single URL for multiple tomcats I noticed that Tomcat's load balancer, JK, supports round-robin weighted load balancing. I'm ...
0
votes
0answers
6 views

Internal load balance in vpc of ec2 instances on thrfit services

We have our two servers hosted in VPC of Amazon EC2. One of them is serving one thrift service and another web server which is using it and doing some other stuff. I am trying to use load balancer on ...
0
votes
1answer
10 views

AWS: How to route to autoscaling group based on URL pattern?

Our app has independent clusters of boxes running on Amazon Web Services. I need to send http requests to different clusters based on the URL. For example, http://api.mydomain.com/foo should go to the ...
0
votes
1answer
21 views

Application Session Stores on CloudBees

I'm trying to fully understand when/how to use CloudBees' notion of application session stores. After reading that article, my understanding of them is that they provide a way to make multiple ...
0
votes
2answers
30 views

Windows service split to multiple services to reduce load on it, but all services use a common dll for processing. Does it help reduce load?

I'm trying to reduce load on a windows service by splitting the load pie into multiple services, on the same server box. But each of the service uses the same dll, shared between all the 5 windows ...
-1
votes
0answers
29 views

Jboss 4.2 + Oscache Configuration

Wanted to get more help on the below configuration for OScache.properties in Jboss 4.2 vertical clustered environment, & we want to store the data in file & not in memory as we are facing ...
2
votes
0answers
24 views

tomcat 6 horizontal clustering?

Please don't hesitate to ask for additional resource from me and don't hesitate to edit the question. My Load Balancing configuration will be, workers.java_home=C:/Program Files/Java/jdk1.6.0_25 ...
1
vote
1answer
49 views

session replication and clustering in tomcat?

I have configured the HttpServer2.2 to achieve the load balancing and the Clusteringfor my java application. But the Load Balancing works fine and Clustering(session replication) not works . My ...
0
votes
0answers
7 views

2 Application Server 1 URL

I have 2 physical that have Application Server Ex. http://host1.domain/MyApp , http://host2.domain/MyApp And I have another server I want to set http:/applicationserver.domain/MyApp and this URL ...
0
votes
0answers
33 views

Backend high availability solutions in nginx

Looking for possibilities / alternatives for backend HA in nginx. At the moment we are using lua-nginx which does not support HttpUpstream module, which would be first choice for me. I know a bit ...
1
vote
1answer
60 views

Node.js Reverse Proxy/Load Balancer

I am checking node-http-proxy and nodejs-proxy to build a DIY reverse proxy/load balancer in Node.js. After coding a small version, I setup 2 WEBrick servers for the same Rails app so I could load ...
0
votes
1answer
41 views

Session.Abandon doesn't fire Session_End in Load Balancer Environment

I am using Session.Abandon to clear the session data, which internally will fire session_end to end the session. It is working fine in my local machine, but it fails(doesn't fire session_end) when I ...
-1
votes
1answer
49 views

How to get client / user ip address?

Is it possible to get the ip address of the user (visitor of my website) without using server side language like PHP? I have a problem while using the server language (PHP) because of load balancer ...
-6
votes
0answers
27 views

load balancing with Tomcatserver [closed]

Complete documentation of How to acheive load balancing with apache tomcat server How to to check how we can virtually redirect the restcall to the balanced other server any forwarder supported ...
0
votes
1answer
59 views

TCP listener not working when it is behind a load balancer

I have a TCP listener in a windows service that listens for any incoming TCP requests on a specific port and processes the message. It works fine when it is accessed directly. But once this is running ...
0
votes
0answers
38 views

Unequal load on WebSphere clustered nodes

Our Java EE application runs in a clustered Websphere environment. It picks message from MQ queue and processes it. MQ on Node 1 Node 1 processed 10000 Transactions. Time per req was 30 millisec. ...
0
votes
1answer
24 views

Explanation of Tenant Load Balancer in SaaS maturity model level 4

I've already done some research about SaaS maturity level based on Gianpaolo SaaS maturity model. Right now I got confused about SaaS maturity level 4. It said, it has a "Tenant load balancer" that ...
-1
votes
3answers
31 views

Load Balancing to Two Internet connection over single LAN Clients [closed]

I have little problem in my office to manage two internet connection with static Private Static IP addresses. I have Two Internet Connection(DSL) from same ISP. All the computers are connected to one ...
1
vote
1answer
48 views

PyroCMS Minified Asset files across multiple machines

If I'm deploying a site across multiple servers (to be load balanced), it seems that on one of the servers, the minified assets aren't in assets/cache. It's there in the other ones, but not this one. ...
0
votes
1answer
27 views

SSL Decryption on a load balancer while hosting WCF service through Biztalk

I’ve got a situation where I have a WCF load balancer sitting behind a F5 load balancer that is doing the SSL decryption and forwarding the unencrypted message to the BizTalk hosted WCF service behind ...
0
votes
0answers
28 views

ASP.NET load balancing with cookies

I've been developing a big asp.net app that will have to be spread across 3 front end machines (with a supporting database server) and I have a question about state management. Over the past decade ...
1
vote
1answer
37 views

Secure connections between client, load balancer and server

The past week or so I have been getting to grips with the world of AWS and more specifically Elastic Beanstalk and Load Balancing... The application I'm developing enforces a SSL/HTTPS connection ...
0
votes
0answers
11 views

Load balancing win server 2003

I have two windows servers running server 2003 that were original load balanced. Not exactly sure how but I do remember that they both have two ip's one of which being the same. one crashed and I've ...
0
votes
1answer
35 views

Glassfish instances unable to startup after enabling AJP

I'm trying to make a cluster with Glassfish 3.1.2.2, I created cluster, then instances and started them and every thing is ok, then I enabled AJP port to make loadbalancer from Apache with mod_jk with ...
-4
votes
0answers
37 views

Apache concurrent HTTP connections on EC2 [closed]

How may concurrent connections Apache can handle on Amazon EC2 small instance?
0
votes
0answers
44 views

ldirectord does not transfer connections when a real server dies

I am using ldirectord to load balance two IIS servers. The ldirectord.cg looks like this: autoreload = yes quiescent = yes checkinterval = 1 negotiatetimeout = 2 emailalertfreq = 60 emailalert = ...
0
votes
1answer
34 views

How AWS Load balancer affects response time?

i am implementing some api for Real Time Bidding, it requiers me to implement an http server. but to keep it running i have to respond within 100ms, it also can get up to 50,000 requests per second so ...
0
votes
0answers
13 views

CPU cycles in cloud

I am basic learner of cloud computing. How the CPU cycles are allocated in cloud computing load balancing technique.how load balancing is done in cloud computing
0
votes
0answers
28 views

Map Phase load balancing vs Reduce Phase load balancing in mapreduce

I am interested in knowing the difference in the Map Phase Load Balancing vs Reduce Phase Load Balancing. The operation to be performed is inverted index, which generates n(n-1)/2 possible ...
1
vote
2answers
36 views

Which is the best way to emulate a balancer locally?

Enviroment: SO: Windows App Server: 2 x Tomcat 7.0.32 (both run locally) My application is deployed on two Tomcats, each one configured with a unique port (8081 and 8082). I need a way to ...
-1
votes
0answers
22 views

how to configure load balance for distribute selects load to MySQL replication salve nodes only when there is not lagging. [closed]

how to configure load balance for distribute selects load to MySQL replication salve nodes only when there is not lagging? Is there any load balancer which can distribute load only when no lagging ...
0
votes
0answers
45 views

Enabling sticky sessions on a load balancer

Any advise on this one would be greatly appreciated, I've been researching all morning and I'm still scratching my head. I started at a new company a few weeks ago, where I'm the only .NET developer ...
1
vote
1answer
71 views

Extremely uneven cloud service load-balancing with Azure

I'm utilizing Azure for hosting a cloud service, which I recently modified to be scalable across multiple instances, including a session caching worker role. My question is, why would I be seeing ...
0
votes
1answer
16 views

Data Refresh to Reporting DB

I have two servers, 1 for data processing (PRDB) and other for reporting database(RSDB). After every processing on PRDB, I manually refresh the data to RSDB. Manually in this sense: Using SSIS I ...
0
votes
2answers
58 views

How to enable Sticky Session in WSO2 Elastic Load Balancer for Vaadin

wso2 or vaadin people I follow this guide to setup ELB for WSO2 Application Server http://docs.wso2.org/wiki/display/ELB203/Setup+ELB+with+WSO2+Application+Server The ELB works perfectly. However, My ...
0
votes
0answers
27 views

Coonection is Refused In JBoss Cluster

A new connection is getting refused by some JBoss nodes in my cluster when the load is increased. But when I look at the CPU/Memory usage of these nodes they are just at minimal level not beyond 10% ...
0
votes
0answers
39 views

AWS loadbalancer behaves strangely

I am running 4 production servers behind a load balancer, 2 large on 1a and 2 large on 1b on Singapore region. I have disabled STICKY SESSION for it. My problem is: load balancer distributes more ...
0
votes
1answer
37 views

How to syncronize static variables in a web farm in asp.net

in asp.net we can store application scope variables (static, application) But how can we sync the static variables of a node with the static variables of another node, without the use of distributed ...
1
vote
1answer
77 views

How to create a software load balancer for socket connections in java

I am planning to create a sofware load balancer that will sit in front of many socket servers in linux. The clients will connect to the load balancer . The load balancer will maintain a table of ...
0
votes
1answer
72 views

multiprocessing.pool context and load balancing

I've encountered some unexpected behaviour of the python multiprocessing Pool class. Here are my questions: 1) When does Pool creates its context, which is later used for serialization? The example ...
0
votes
1answer
37 views

Apache load balancer And JBoss

I am using apache load balancer 2.1 with JBOSS where I have configured 10 jboss nodes to be managed by apache load balancer. Is there any console available in apache load balancer to manage all these ...
0
votes
0answers
30 views

Is it necessary for cluster address in unicast for WebLogic

Do we really need to set the ClusterAddress for cluster when we select unicast messaging for cluster communication in WebLogic? The ClusterAddress was not specified for a unicast cluster that was ...
0
votes
0answers
38 views

network load balancer(NLB) not working on windows server 2003 r2

I have a web application deployed on production. This application is configured with NLB to handle traffic load into different servers,NLB in turn decide to which server request should be redirected. ...

1 2 3 4 5 23