|
IMHO. I never implemented memcache, but the distributed memory concept
is *not* by itself scalable architecture. The key is session data.
Typically (as in default Pylons setup) session data is tied to physical
hardware... your web server. To make use of memcache, one would first
need to implement scalable architecture, such as the 'share nothing'
approach. Again, I'm not claiming to be an expert on the 'share nothing' architecture, but my understanding is that 'share nothing' stores all data in the database... even session data. This way, it doesn't matter what web server in your farm takes users requests. They will all ask the database (the db will be your bottleneck) but at least they will *mostly* know how to access and store data. So the basic point to my post is that scalable architecture is more about theory than specific tools. The theory behind building scalable web applications is a growing subject in system engineering that I find interesting. You can check a decent article about myspace.com struggles at - http://www.baselinemag.com/article2/0,1540,2084131,00.asp 'memcache' is a tool, when applied to a scalable architecture, could provide performance improvements. Dan Cliff Wells wrote: On Fri, 2007-04-27 at 17:27 -0700, Shannon -jj Behrens wrote:On 4/27/07, Cliff Wells <[EMAIL PROTECTED]> wrote: --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~--- |
- Pylons Evaluation -Questions voltron
- Re: Pylons Evaluation -Questions Shannon -jj Behrens
- Re: Pylons Evaluation -Questions Cliff Wells
- Re: Pylons Evaluation -Questions Shannon -jj Behrens
- Re: Pylons Evaluation -Questions Cliff Wells
- Re: Pylons Evaluation -Questions Dan
- Re: Pylons Evaluation -Quest... voltron
- Re: Pylons Evaluation -Quest... Cliff Wells
- Re: Pylons Evaluation -Quest... Shannon -jj Behrens
- Re: Pylons Evaluation -Questions voltron
- Re: Pylons Evaluation -Questions Shannon -jj Behrens
- Re: Pylons Evaluation -Questions voltron
