- Instant Parallel processing with Gearman
- John Ewart
- 282字
- 2021-08-13 16:21:07
Chapter 1. Instant Parallel Processing with Gearman
Welcome to the Instant Parallel Processing with Gearman. This book has been written to show you all you need to know to get started using Gearman. You will learn the history of Gearman, how to run your own servers, write some scripts to process data, and learn some of the more advanced features of Gearman.
This book contains the following sections:
So, what is Gearman? finds out what Gearman is, why it exists, and what you can do with it.
Quick start – building your first components shows you how to set up your own server and interacts with it with some quick examples in Ruby. This section of the book will cover the core concepts of Gearman to get you on your way as quickly as possible to processing jobs using Gearman.
Top 5 features you need to know about helps you learn how to use Gearman beyond simple job submissions. By the end of this section, you will be able to use Gearman and MapReduce methodologies to process large amounts of data, build a pipeline of complex loosely coupled processes that work together to process data using different languages and libraries, offload long-running and complex data analysis and provide real-time feedback to a frontend application, and utilize job coalescing to distribute results to multiple clients while processing the data only one time.
People and places you should get to know tells us that Gearman, like many other open source projects, has a wealth of online resources available. This section will get you started with a number of links to these resources including code examples, libraries, server implementations, mailing lists, and more.
- GAE編程指南
- PaaS程序設(shè)計
- MongoDB for Java Developers
- 計算機應(yīng)用基礎(chǔ)案例教程
- ArcGIS for Desktop Cookbook
- 微信小程序開發(fā)實戰(zhàn):設(shè)計·運營·變現(xiàn)(圖解案例版)
- iOS開發(fā)項目化入門教程
- 深度實踐KVM:核心技術(shù)、管理運維、性能優(yōu)化與項目實施
- Python+Office:輕松實現(xiàn)Python辦公自動化
- Go語言入門經(jīng)典
- Python面試通關(guān)寶典
- 分布式數(shù)據(jù)庫HBase案例教程
- 零基礎(chǔ)C語言學習筆記
- 基于JavaScript的WebGIS開發(fā)
- 大話C語言