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
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 lo
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 :)
>
> Mem
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
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, Ran