Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Gearman Intro
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Boynux
February 11, 2014
Programming
1
80
Gearman Intro
Just start using Gearman!
Boynux
February 11, 2014
Tweet
Share
More Decks by Boynux
See All by Boynux
Load Balancing
boynux
0
130
VCS - TEST - CI
boynux
0
140
PHP Micro framework comparison
boynux
1
1.1k
Design Patterns
boynux
2
230
Avoid Doctrine Memory Leaks
boynux
1
270
Introduction to GNU/Linux
boynux
0
220
Other Decks in Programming
See All in Programming
Vuetify 3 → 4 何が変わった?差分と移行ポイント10分まとめ
koukimiura
0
140
RAGでハマりがちな"Excelの罠"を、データの構造化で突破する
harumiweb
9
2.9k
CDIの誤解しがちな仕様とその対処TIPS
futokiyo
0
220
Ruby x Terminal
a_matsuda
7
600
エンジニアの「手元の自動化」を加速するn8n 2026.02.27
symy2co
0
160
クライアントワークでSREをするということ。あるいは事業会社におけるSREと同じこと・違うこと
nnaka2992
1
340
最初からAWS CDKで技術検証してもいいんじゃない?
akihisaikeda
4
150
Angular-Apps smarter machen mit Gen AI: Lokal und offlinefähig - Hands-on Workshop!
christianliebel
PRO
0
110
モジュラモノリスにおける境界をGoのinternalパッケージで守る
magavel
0
3.5k
New in Go 1.26 Implementing go fix in product development
sunecosuri
0
440
DevinとClaude Code、SREの現場で使い倒してみた件
karia
1
1.1k
grapheme_strrev関数が採択されました(あと雑感)
youkidearitai
PRO
1
220
Featured
See All Featured
We Are The Robots
honzajavorek
0
200
Collaborative Software Design: How to facilitate domain modelling decisions
baasie
0
160
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
How to Grow Your eCommerce with AI & Automation
katarinadahlin
PRO
1
140
Between Models and Reality
mayunak
2
230
Design in an AI World
tapps
0
170
Believing is Seeing
oripsolob
1
84
The Cost Of JavaScript in 2023
addyosmani
55
9.8k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
2.4k
Exploring the relationship between traditional SERPs and Gen AI search
raygrieselhuber
PRO
2
3.7k
It's Worth the Effort
3n
188
29k
30 Presentation Tips
portentint
PRO
1
250
Transcript
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.
Why we need it? • High rate broadcasts. • Parallel
processing. • Abstraction • Laziness :)
How it works
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
Workers (PHP)
Client (PHP)
More info @_boynux_ OR http://gearman.org/