The Artima Developer Community
Sponsored Link

Java Buzz Forum
Load balancing with Nginx

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
justin cater

Posts: 19616
Nickname: justin78
Registered: Mar, 2011

Justin Cater is executive editor at Java Code Geeks
Load balancing with Nginx Posted: Jun 6, 2014 8:19 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by justin cater.
Original Post: Load balancing with Nginx
Feed Title: Java Code Geeks
Feed URL: http://feeds.feedburner.com/JavaCodeGeeks
Feed Description: Java 2 Java Developers Resource Center
Latest Java Buzz Posts
Latest Java Buzz Posts by justin cater
Latest Posts From Java Code Geeks

Advertisement

After having installed the Nginx server on Linux and discussed its configuration options, we saw how to integrate it with the Apache web server. We will now discuss more advanced concepts in the next lesson of the “Introduction to Nginx” course.

In this lesson, we will see how to perform Load balancing with Nginx. Load balancing is a networking method for distributing workloads across multiple computing resources, such as servers, a server cluster, network links, CPUs, or other hardware components. Using Nginx, we will set up a layer-7 load balancer (which will distribute requests based upon data found in application layer protocols such as HTTP and FTP).

Get started here

Read: Load balancing with Nginx

Topic: java.net.MalformedURLException – How to solve MalformedURLException Previous Topic   Next Topic Topic: JavaScript multi module project – Continuous Integration

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use