The elements and their positioning in what makes an effective squeeze page. Quite a remarkable distance from the internet marketer book-length fat squeeze pages. (starts about 10 minutes in)
- Mike Davies
Lays out a simple architecture of using nginx as a reverse proxy to handle and hold the large number of connections, thus Apache is only talking to nginx as much as it can comfortably handle
- Mike Davies
An interesting talk about how the facebook code evolved to deal with its scaling and performance issues, using patterns like Prepared Statements to minimise/batch queries.
- Mike Davies
Documentary about the first Kasparov vs Deep Thought match with commentary from both sides, including Robert Byrne, Ken Thompson, Maxim Dlugy, Shelby Lyman.
- Mike Davies
The nginx web server is a fast, lightweight server designed to efficiently handle the needs of both low and high traffic websites. Although commonly used to serve static content, it's quite capable of handling dynamic pages as well. This guide will help you get nginx up and running with PHP and FastCGI on your Ubuntu 10.04 LTS (Lucid) Linux VPS.
- Mike Davies
EndofWeb » A line-by-line guide: Setting up Nginx, MySQL, PHP-FPM, phpMyAdmin and properly functioning WordPress on an Ubuntu 10.04 VPS - http://endofweb.co.uk/2010...
there’s no reason Nginx shouldn’t be able to process its own PHP requests and serve static files at the same time. In fact, Nginx does a damn good job of processing PHP requests, especially when using PHP-FPM.
- Mike Davies