High gear PHP with Gearman
Felix De Vliegher (11.Mar.2010 at 11:00)
Talk at ConFoo.ca Web Techno Conference (English - US)
Gearman is an application framework for distributing work to other machines and processors which are better suited for the job. It can be used in a variety of applications, from high-availability web sites to the transport of database replication events. In other words, it is the nervous system for how distributed processing communicates. With things like scalability and distributed computing becoming more and more important to today's web applications, Gearman and its PHP interface can prove quite useful to us in a variety of situations. In this talk, we'll first have a look at what distributed processing exactly means, and then looking at what Gearman actually is and does, and how it can power up your application using the Gearman PHP extension. By showing different examples and application area's, you'll get a good feeling of what Gearman is capable of and why it can be a valuable asset to your next PHP project.
Quicklink: https://joind.in/1336
By clicking this button you are declaring that you are the speaker responsible for it and a claim request will be sent to the administrator of the event.
If the claim is approved you will be able to edit the information for this talk.
Are you sure?




11.Mar.2010 at 19:07 by Stefan Koopmanschap
this was a great introfuction into gearman. I had wanted to look into gearman for a while now and after this presentation I have the feeling I can dive into the deep immediately