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

gnosek's nginx-upstream-fair Feed   feed

xaxo started watching gnosek/nginx-upstream-fair Thu Nov 27 10:08:13 -0800 2008
nginx-upstream-fair's description:
The fair load balancer module for nginx
hipertracker started watching gnosek/nginx-upstream-fair Tue Nov 18 06:42:26 -0800 2008
nginx-upstream-fair's description:
The fair load balancer module for nginx
shreemandadi started watching gnosek/nginx-upstream-fair Fri Nov 14 10:30:23 -0800 2008
nginx-upstream-fair's description:
The fair load balancer module for nginx
peterba started watching gnosek/nginx-upstream-fair Fri Nov 14 08:04:38 -0800 2008
nginx-upstream-fair's description:
The fair load balancer module for nginx
localhost started watching gnosek/nginx-upstream-fair Fri Nov 14 05:58:55 -0800 2008
nginx-upstream-fair's description:
The fair load balancer module for nginx
andywatts started watching gnosek/nginx-upstream-fair Mon Nov 10 20:25:04 -0800 2008
nginx-upstream-fair's description:
The fair load balancer module for nginx
antage started watching gnosek/nginx-upstream-fair Thu Nov 06 17:49:19 -0800 2008
nginx-upstream-fair's description:
The fair load balancer module for nginx
mborromeo forked gnosek/nginx-upstream-fair Wed Nov 05 15:34:06 -0800 2008
Forked repository has since been deleted.
mborromeo started watching gnosek/nginx-upstream-fair Wed Nov 05 15:28:52 -0800 2008
nginx-upstream-fair's description:
The fair load balancer module for nginx
bschwartz started watching gnosek/nginx-upstream-fair Thu Oct 23 08:31:19 -0700 2008
nginx-upstream-fair's description:
The fair load balancer module for nginx
Aaron2Ti started watching gnosek/nginx-upstream-fair Wed Oct 22 06:16:44 -0700 2008
nginx-upstream-fair's description:
The fair load balancer module for nginx
rorrego started watching gnosek/nginx-upstream-fair Sun Oct 19 16:47:19 -0700 2008
nginx-upstream-fair's description:
The fair load balancer module for nginx
gnosek committed to gnosek/nginx-upstream-fair Sun Oct 12 08:52:46 -0700 2008

dc897c042014999694a0bcdbfa0a1b58adb84df6

Silly logic bug in idle/no_rr mode checking

ujohnc00 started watching gnosek/nginx-upstream-fair Tue Oct 07 12:27:42 -0700 2008
nginx-upstream-fair's description:
The fair load balancer module for nginx
gnosek committed to gnosek/nginx-upstream-fair Sun Oct 05 01:04:13 -0700 2008

8fac71e7fa02ad84b155e0c2e3f6c383ac950ba0

upstream_fair has a home page! Update README

gnosek committed to gnosek/nginx-upstream-fair Sun Oct 05 01:04:12 -0700 2008

892a22b3610bfe5ba77527d5e141a943fec3b3c2

Status handler improvements and fixes

gnosek committed to gnosek/nginx-upstream-fair Sun Oct 05 01:04:11 -0700 2008

a7a43a16f270206aceb8ead58cc83b9c24997b96

Replace per-worker refcount with a concurrent request counter

gnosek committed to gnosek/nginx-upstream-fair Sun Oct 05 01:04:10 -0700 2008

009ae97e4c6bc779605660803fc7f5ecf27c1290

Keep our own generation counter instead of relying on ngx_cycle

gnosek committed to gnosek/nginx-upstream-fair Sun Oct 05 01:04:10 -0700 2008

fe9b808993a9c35837403c15e90b9b9946a72c6c

Don't store pointers inside the shm segment at all

gnosek committed to gnosek/nginx-upstream-fair Sun Oct 05 01:04:09 -0700 2008

81f3b59fef24545d6ee03bc3946ca722f7a95260

Use ngx_cycle instead of various tricks to store the current cycle somewhere

gnosek committed to gnosek/nginx-upstream-fair Sun Oct 05 01:04:08 -0700 2008

b49388d99b19a588bbe16db366976c2498c3fa3a

Fix (another) crash in status display after reload

gnosek committed to gnosek/nginx-upstream-fair Sun Oct 05 01:04:07 -0700 2008
gnosek committed to gnosek/nginx-upstream-fair Sun Oct 05 01:04:07 -0700 2008

61087a3429087094abb1028be744b759345f6280

weight_mode=(idle|peak) parameter support

gnosek committed to gnosek/nginx-upstream-fair Sun Oct 05 01:04:06 -0700 2008

976a043a410a1ad74be1f0588ebe4a78b304095d

Replace atomic ops with normal ones (except the spinlock, of course)

gnosek committed to gnosek/nginx-upstream-fair Sun Oct 05 01:04:05 -0700 2008

62cd562ac673296fac693a77432aedf336fe6146

Fix status report for multiple fair upstreams

gnosek committed to gnosek/nginx-upstream-fair Sun Oct 05 01:04:04 -0700 2008

43f4359edcada246031f6e717af1bde8436a2524

Use per-upstream spinlock to protect access to shared memory

gnosek committed to gnosek/nginx-upstream-fair Sun Oct 05 01:04:03 -0700 2008

79946ba334ba10f9e2a469961fc58004e5479579

Fix crash in status handler if called right after reload

gnosek committed to gnosek/nginx-upstream-fair Sun Oct 05 01:04:02 -0700 2008

be0d30a0c1de5596dfc70e4b2e345013b44730d9

Use monotonic request counter instead of time data, track total number of requests per upstream and per backend

gnosek committed to gnosek/nginx-upstream-fair Sun Oct 05 01:04:02 -0700 2008

085e8a1ff18dab46f0b0fc78f3a39f414129a39d

The `fair' directive now takes parameters.

gnosek committed to gnosek/nginx-upstream-fair Sun Oct 05 01:04:01 -0700 2008

6a126f9ea8fb74733ab52b68dff21f26c7367673

--with-extended-status support in upstream_fair