Scaling PHP in the Cloud
HasGeek’s seventh event, focusing on the challenges of scaling from single to multi-server deployments for PHP-based websites.
Jul 2011
4 Mon
5 Tue
6 Wed
7 Thu
8 Fri
9 Sat 09:30 AM – 05:30 PM IST
10 Sun
Amal Raghav
An introduction to Gearman. Learn how Gearman can help to farm out work to machines or processes that are better suited to do the work.
To me scaling is all about finding the right place/tool to do the task. While PHP is good at something C or Perl could be better at something else. Server1 could be good at handling HTTP requests while Server2 might be good at data crunching. With Gearman you can easily farm out work to a specific machine or process!
Gearman is a project started by Danga Interactive(Yes! The guys behind memcached). It’s open source, fast, flexible and allows you to do work in parallel, to load balance processing, and to call functions between languages.
This talk will be an introduction on how Gearman works and also share my experience of using Gearman in the wild.
{{ gettext('Login to leave a comment') }}
{{ gettext('Post a comment…') }}{{ errorMsg }}
{{ gettext('No comments posted yet') }}