Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Gearman Intro

Boynux
February 11, 2014

Gearman Intro

Just start using Gearman!

Boynux

February 11, 2014
Tweet

More Decks by Boynux

Other Decks in Programming

Transcript

  1. Gearman Gearman provides a generic application framework to farm out

    work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages.
  2. Why we need it? • High rate broadcasts. • Parallel

    processing. • Abstraction • Laziness :)
  3. Installation • Centos (from epel): • yum install gearman-job-server •

    pecl install gearman • Ubuntu: • apt-add-repository ppa:gearman-developers • apt-get update • apt-get install libgearman7 libgearman-dev • apt-get install gearman-job-server • pecl install gearman