News Feed
Jobs Feed
Sections




News Archive
Matthew Wells' Blog:
Kohana and Gearman - Practical Multitasking
August 30, 2011 @ 11:39:11

Matthew Wells has a new post that looks at combining Kohana and Gearman to create a system to handle large data processing without slowing down the rest of the application.

A commonly identified bottleneck arises when dealing with large, 'expensive' data. This is commonly seen when an application posts a large volume of well structured data to the API (that some process must be carried out upon), before some form of structured receipt is then returned as a request response. [...] Analysing such a request tends to show high PHP CPU usage with lower database consumption. [...] The structured nature of data exchanged via an API means that we can, relatively simply and reliably, divide the submitted data and process it simultaneously with the help of a great tool called Gearman.

He walks you through the entire process including his initial thoughts on what the system should be and how it should behave when the requests are made. He shares the code he used to implement the system - a simple worker that processes part of the request and returns the results. The command-line calls to run the worker manually for testing are also included.

0 comments voice your opinion now!
multitask gearman kohana worker process api request


blog comments powered by Disqus

Similar Posts

Sara Golemon\'s Blog: libssh2 API documentation - Complete

Mike Wallner's Blog: Introducing libcurls multi socket API

Ian Selby's Blog: Making RESTful Requests in PHP

DevShed: Abstract Classes in PHP - Setting Up a Concrete Example

WebSpeaks.in: Search Google Plus Profiles using PHP and Google Plus API


Community Events









Don't see your event here?
Let us know!


podcast database community release unittest tool testing language opinion interview development composer example phpunit code event introduction zendframework2 object framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework