News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso's Blog:
Watermarks in our images with PHP and Gearman
March 07, 2011 @ 12:12:17

Gonzalo Ayuso had previously shown how to dynamically add watermarks to your images with the help of a mod_rewrite rule. One of the side effects of this is that, with a high load on your server, things can get bogged down quite quickly. His alternative? Add the watermarks to your images with Gearman workers.

In this second solution I will use a gearman worker to generate the watermarks. The benefits of gearman is the possibility of use a pool of workers. We can add/remove workers if our application scales. Those workers can be placed even at different hosts, and we can swap easily from one configuration to another.

He includes some sample scripts to illustrate the process - a Gearman client that'll call the watermarking process and a worker that takes in the image and transforms it with GD to add a new layer for the watermark.

0 comments voice your opinion now!
watermark image tutorial gearman worker client


blog comments powered by Disqus

Similar Posts

WeberDev.com: PHP 101 (part 11) - Sinfully Simple (SimpleXML)

PHPBuilder.com: Building a time-tracking and billing application with Adobe AIR and PHP

Developer.com: Combining an Oracle Database with PHP to Manage Data

DevShed: Classes as PHP Functions

DevShed: Cleaning up Array Elements, POST and GET Requests with Filters in PHP 5


Community Events









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


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

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