9 messages in ru.sysoev.nginxRe: HTTP GEO Module and Memcached Mod...
FromSent OnAttachments
Liang JinApr 28, 2007 9:45 am 
Evan MillerApr 28, 2007 10:23 am 
Igor SysoevApr 28, 2007 11:42 am 
Liang JinApr 30, 2007 2:14 pm 
Evan MillerApr 30, 2007 10:45 pm 
Liang JinMay 1, 2007 11:41 am 
Evan MillerMay 1, 2007 10:00 pm 
Evan MillerMay 5, 2007 12:20 am 
Liang JinMay 5, 2007 2:47 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: HTTP GEO Module and Memcached Module questionActions...
From:Evan Miller (emmi@public.gmane.org)
Date:May 5, 2007 12:20:38 am
List:ru.sysoev.nginx

Evan Miller <emmiller@...> writes:

You can write a module! Nginx's load-balancing code is modular, i.e., it will be (relatively) straightforward to write a couple-hundred line file that adds your hashing mechanism of choice, using both the URL and the cookies.

FYI, I've added a section on load-balancing modules to my development guide:

http://www.riceonfire.org/emiller/nginx-modules-guide.html#load_balancers

It only covers the basics, but it should be helpful if you choose to make a URI-hashing module of some sort.

Evan