Remove 2008 Remove Caching Remove Distribution Remove Product Development
article thumbnail

Lessons Learned: Great open source scalability tools from Danga

Startup Lessons Learned

Lessons Learned by Eric Ries Friday, September 5, 2008 Great open source scalability tools from Danga If you are trying to build a scalable LAMP service, its always best to start with the original and still quite relevant presentation, from Brad Fitzpatrick when he was at LiveJournal. MogileFS - "Distributed (meta) file system.

article thumbnail

Lessons Learned: Sharding for startups

Startup Lessons Learned

This is true of most web application servers, caches like memcached, and all of the network infrastructure that connects them. For example, you might notice that caching gets a lot easier if you have good metadat about which queries are associated with the same entity. This is a good summary and very useful data layer scaling approach.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Lessons Learned: Continuous deployment and continuous learning

Startup Lessons Learned

Our tests suite takes nine minutes to run (distributed across 30-40 machines). The longer you wait to find out about the problem, the more likely it is to have fallen out of the human-memory cache. It would be hard to argue against this product development strategy, in general. On commit automatically run all tests.

article thumbnail

Lessons Learned: Why PHP won

Startup Lessons Learned

The next time you needed to handle that page, you could take advantage of caching for excellent performance. For most of its existence, PHP didnt have a standard package-distribution system or very good module support. This sounds like a good trade-off, but it turned out to be a classic sub-optimization.

PHP 166