Jobs    Everything

Select a Metro Area
When:
February 13, 2013 @ 7:00 PM – 8:30 PM America/New York Timezone
2013-02-13T19:00:00-05:00
2013-02-13T20:30:00-05:00
Where:
Revelex Corporation
6405 Congress Ave #120
Boca Raton, FL 33487
USA
Cost:
Free, Registration Required

Click here to register

Can your website handle 10,000 requests at once? Most PHP applications run on Apache by default with limited or no caching. This becomes a huge problem when your site comes under any serious load. Nginx is a high-performance webserver that can demonstrably handle more simultaneous connections than stock Apache with a dramatically reduced memory footprint. Used in conjunction with Memcached or other cache mechanisms, you can easily handle anything the web throws at you with relatively little hardware. This talk should cover how to install and configure nginx with PHP (via fastcgi/php-fpm) and give an overview on how to set up and used Memcached in conjunction with an opcode cache (APC) in your PHP application.