On Thu, 2008-05-22 at 00:43 -0700, Cliff Wells wrote:

> If you try to scale a dynamic application and are going to pass part of
> the request off to Python on every request you are going to either fail
> spectacularly or spend an awful lot of money scaling horizontally.
> There's a reason people have successfully deployed huge Rails apps and
> it's not often by having 300 servers.  They manage it by making sure
> that Rails is only called when absolutely necessary and letting a fast
> webserver handle most of the load.  

Since I think it's of specific interest, here's an interesting approach
that could probably be made to work with Apache as well:

http://blog.kovyrin.net/2007/08/05/using-nginx-ssi-and-memcache-to-make-your-web-applications-faster/

Regards,
Cliff


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to