We use other application software - although moving more towards PHP. Have a need for Wordpress and SugarCRM and nice people added Cherokee Cookbook recipes for these :)
If I read correct PHP tracks sessions on disk - that's awesome - much better approach in some instances. I can understand the NFS locking situation that *could* occur from time to time. IPHash sounds like it does what I thought. Now I am off to test if it remedies some of the problems with our 3rd party applications. Question still remains about how long IPHash keeps track of the IP/user... Thanks James and Stefan! On Thu, Sep 17, 2009 at 3:11 PM, James Pearson <[email protected]> wrote: > On Thu, Sep 17, 2009 at 11:57 AM, Stefan de Konink <[email protected]> wrote: >> >> pub crawler schreef: >> > Hmmm so does that mean IPHash binds incoming IP addresses to servers >> > per se then? That would suffice as well. >> >> No. It uses the ip address where the user comes from. > > Yes, but it takes the user's IP (the incoming IP) and creates some sort of > rule that always sends requests from that IP to a specific server, right? > Or rather, I suppose, it recalculates which server to send to on each > request, but, unless you're adding new servers in the middle of things, that > has the same effect. I think that you two are saying the same thing, but > not realizing it. Correct me if I'm completely misunderstanding. > > -- > James Pearson > -- > The best way to predict the future is to invent it. > - Alan Kay > _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
