Highly Scalable Web Applications

Eli White (May 20, 2009)
Talk at php|tek 2009 (English - US)

Rating: 5 of 5

A constant pariah on web applications is scaling once you become popular. It's not always an easy task (ok, never). This talk will go into depth on a few of the most common techniques for making your website scalable. So that you can leave with enough knowledge to apply this, if needed. Or just to plan ahead so that your future projects don't preclude taking these steps when needed.

 
Comments closed.

Comments

Rating: 5 of 5

May 20, 2009, 16:31 by brandonsavage

Great talk! Lots of info about scaling through MySQL, which is really where you've got to scale. Eli clearly knows his stuff, and anyone who missed this talk missed out. Well done, Eli.

Rating: 5 of 5

May 20, 2009, 19:26 by evilangel81

Good talk, although i think partitions could also be served via mysql 5.1+. Also NGINX is a great low mem load balance, we use it to create a hash map, if a server doesn't respond for X time it will drop it from the hash, but also nginx can retry the request until it does load ( so that the EU never get a 404 or connection issue.) while it support fcgi , i highly suggest using apache on the webheads for module php and nginx to decide which web head to send a request to.

Very good talk on vertical and horizontal db partitioning , if mysql 5.1 with additional iscsi/fiber cards is not an option.

Rating: 5 of 5

May 20, 2009, 20:23 by lig

Eli has an amazing ability to take complex concepts and make them easily understandable to all. I enjoyed how he progressed from beginning to OMG levels showing the decisions and techniques to use.

© Joind.in 2010