GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: The fair load balancer module for nginx
Homepage: http://nginx.localdomain.pl
Clone URL: git://github.com/gnosek/nginx-upstream-fair.git
upstream_fair has a home page! Update README
gnosek (author)
Sun Oct 05 01:01:55 -0700 2008
commit  8fac71e7fa02ad84b155e0c2e3f6c383ac950ba0
tree    f349e8bb80cd97e487465b9f2b12418d8604efc3
parent  892a22b3610bfe5ba77527d5e141a943fec3b3c2
0
...
8
9
10
 
 
11
12
13
...
37
38
39
 
 
 
40
41
42
...
8
9
10
11
12
13
14
15
...
39
40
41
42
43
44
45
46
47
0
@@ -8,6 +8,8 @@ The Nginx fair proxy balancer enhances the standard round-robin load balancer pr
0
 with Nginx so that it will track busy back end servers (e.g. Thin, Ebb, Mongrel)
0
 and balance the load to non-busy server processes.
0
 
0
+Further information can be found on http://nginx.localdomain.pl/
0
+
0
 Ezra Zygmuntowicz has a good writeup of the fair proxy load balancer and how to use it here:
0
 http://brainspl.at/articles/2007/11/09/a-fair-proxy-balancer-for-nginx-and-mongrel
0
 
0
@@ -37,6 +39,9 @@ upstream mongrel {
0
   }
0
 
0
 
0
+If you encounter any issues, please report them using the bugtracker at
0
+http://nginx.localdomain.pl/
0
+
0
 Contributing:
0
 --
0
 

Comments

    No one has commented yet.