Re: nginx load balance

2008-06-28 Thread deepfryed
http://wiki.codemongers.com/NginxHttpUpstreamModule IP hash based distribution is probably what you want On 6/28/08, Jeff Peng [EMAIL PROTECTED] wrote: Hello, We have some modperl application servers. Follow the suggestion on this list, I will use a nginx in front of them to do the load

Re: nginx load balance

2008-06-28 Thread deepfryed
If you're looking for cookie based session affinity, i suggest you also look at apache+mod_proxy. You can specify 'stickysession' which is the name of the cookie or request param used for session. Cheers, Bharanee

Re: Amazon

2008-02-23 Thread deepfryed
I think what Jie meant was choosing java *just* for performance would certainly be a joke On 2/23/08, Andy Armstrong [EMAIL PROTECTED] wrote: On 23 Feb 2008, at 07:25, Jie Gao wrote: Choosing java for better performance would certainly be a joke. Java isn't slow you know :) Memory usage,

Re: Can output filter return page not found?

2007-12-16 Thread deepfryed
Sounds like something I would *not* do. If you are going to return a 404, why not do it as soon as possible. Generating data only to return a 404 sounds like useless extra work unless you are caching the same data for future requests. On 12/17/07, Marc M. Adkins [EMAIL PROTECTED] wrote: Thanks,

Re: caching reverse proxy config+init scripts

2007-11-07 Thread deepfryed
Randal is the master wizard, so you might wanna read that article in detail. Although, I would go for something like pound doing the proxying for me, instead of mod_proxy I like to run apache on an unprivileged port, so that's an added bonus, plus pound will take care of ssl too. On 11/8/07,