Questions tagged [load-balancer]
97 questions
23
votes
4 answers
If I have two internet connections on osx, how can I use both to increase my bandwidth?
I understand that any one connection (such as a non-p2p download) will use just one of the connections, but since most normal activity involves multiple connections at once, I can still in theory increase my overall bandwidth by sending some traffic…
Jameson Quinn
- 333
11
votes
1 answer
How long does it take to see a renewed SSL certificate?
I just renewed the SSL certificate for a domain and installed the new files on my AWS server running Apache. All appears to be ok, but the browser still shows the old expiration date. Is there a way I can somehow "uncache" the certificate, or…
Russell G
- 519
10
votes
1 answer
AWS Load Balancer is slow?
I realize I should probably ask this question on AWS forums but I tend to get quicker responses here.
I'm trying to setup a load balanced environment in AWS. I have two EC2 instances that are mirrored and both are accessible via their own public IP…
Peter
- 201
8
votes
3 answers
Can I use two different internet connections for more speed?
I am technically knowledgeable enough to know that this most likely isn't possible, BUT, I am curious just the same (it must be put to rest). Is there anything preventing us from creating a means to use two different internet connections, like two…
Richard
- 287
- 2
- 4
- 12
7
votes
3 answers
Application Optimized Routing on a load balancing router?
Ive got 2 incoming broadband lines both c.10mb down / c.0.8 up. (one line is slightly faster than the other)
Ive recently setup a TP Link - TL-R470T+ Load balancing router after researching it and watching THIS VIDEO. I run the 2 seperate adsl lines…
sam
- 4,359
7
votes
3 answers
can't access website by ip but I can access by fully qualified domain
So it seems I can't browse a website by IP, but I can browse using it's hostname.
C:\Users\c>nslookup www.example.com
Non-authoritative answer:
Name: cx-cdn-bre.gss.consultix.net
Addresses: 62.168.203.241
62.168.202.241
Trying to…
catalin
- 335
5
votes
2 answers
How can I Load balance or make two WiFi adapter connections fail-over to the same network?
I have two WiFi adapters in my laptop, and both of them connected to my home network:
Now, I thought that when adapter one loses connectivity, the connection of adapter two will be used.. but that is not the case. My laptop keeps saying limited…
Gizmo
- 1,999
4
votes
3 answers
Is there a simple Load Balancer app for development environment on Windows?
Does there exist a simple Load Balancer app for development on Windows? I am running a pair of JBoss 5.x instances in a cluster on a single machine. Normally , this configuration is load balanced by a nice hardware load balancer but I am…
djangofan
- 2,939
3
votes
0 answers
Bonding/Teaming in centOS 7
I am new to linux. I have been trying to configure either NIC bonding or NIC teaming. I have done it on windows server 2012. I am using centos7 and I haven't been lucky enough to configure it correctly.
The Lab that I am working in right now has 3…
Kunwar
- 495
3
votes
1 answer
Is my understanding of the WSGI path correct
My past web application experience is limited to a few Apache+PHP experiments. Starting from this background I've been reading up on using Python for REST services, and this is my current understanding of the stack.
Is this picture…
Johan
- 201
3
votes
2 answers
Dual WAN Router with Load Balancing AND Fail-over
This might be a silly question...
We are looking for a Dual WAN Router for fail-over reasons, but since we pay for both connections anyway, we might as well take advantage of them. What confuses me, is that they all write, that you can use the…
Remy
- 181
3
votes
3 answers
Load Balance a wireless router?
Before I start - not sure which stackexchange site this post is best for so if there's a better suited one let me know and I'll move it :)
If you think about airports that offer free WiFi, they clearly get a lot of connected devices. But these…
jackweirdy
- 834
3
votes
3 answers
Will multiple network cards increase bandwidth?
Possible Duplicate:
Combining two ethernet ports
I have two available wireless networks in my area, and currently I'm connected to one of them. I want to get a USB wireless adapter and connect to the second network and thus improving my…
liorda
- 135
- 1
- 6
3
votes
2 answers
Can I use two different internet connections for more speed in Windows 10?
Same as Can I use two different internet connections for more speed? except for Windows 10.
Is there anything preventing us from creating a means to use two different internet connections, like two different ethernet cards or an ethernet card and a…
Richard
- 287
- 2
- 4
- 12
3
votes
2 answers
Do responses from server have to go through load balancer or directly to client?
I am trying to build my own load balancer on C++. But not sure whether all packets(both requests and responses) between client and server have to go through load balancer.
Should it just help finding the server for a client and then leave them…
FirePapaya
- 172
- 2
- 8