<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://gearman.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://gearman.org/feed.php">
        <title>Gearman</title>
        <description></description>
        <link>http://gearman.org/</link>
        <image rdf:resource="http://gearman.org/lib/images/favicon.ico" />
       <dc:date>2010-09-01T12:42:18+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://gearman.org/index.php?id=download&amp;rev=1283257956&amp;do=diff"/>
                <rdf:li rdf:resource="http://gearman.org/index.php?id=gearman&amp;rev=1278052728&amp;do=diff"/>
                <rdf:li rdf:resource="http://gearman.org/index.php?id=documentation&amp;rev=1277190384&amp;do=diff"/>
                <rdf:li rdf:resource="http://gearman.org/index.php?id=manual&amp;rev=1275543561&amp;do=diff"/>
                <rdf:li rdf:resource="http://gearman.org/index.php?id=use_cases&amp;rev=1274569562&amp;do=diff"/>
                <rdf:li rdf:resource="http://gearman.org/index.php?id=presentations&amp;rev=1274384767&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://gearman.org/lib/images/favicon.ico">
        <title>Gearman</title>
        <link>http://gearman.org/</link>
        <url>http://gearman.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://gearman.org/index.php?id=download&amp;rev=1283257956&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-31T12:32:36+00:00</dc:date>
        <dc:creator>vivekkhera</dc:creator>
        <title>download - update link to release 0.14</title>
        <link>http://gearman.org/index.php?id=download&amp;rev=1283257956&amp;do=diff</link>
        <description>Overview


There are a few options when it comes to choosing a job server and API. Gearman has benefited from many active open source contributors who have each introduced a new project or helped out with an existing one. Some projects are more active than others, each have varying features and performance, but they are all compatible with one another (except for some new protocol additions). If you need help figuring out which option would best suit your needs, get in touch!</description>
    </item>
    <item rdf:about="http://gearman.org/index.php?id=gearman&amp;rev=1278052728&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-02T06:38:48+00:00</dc:date>
        <dc:creator>eday</dc:creator>
        <title>gearman</title>
        <link>http://gearman.org/index.php?id=gearman&amp;rev=1278052728&amp;do=diff</link>
        <description>News

	*   [2010-07-01]  The Gearman Cookbook will be presented at OSCON 2010.
	*   [2010-07-01]  Version 0.14 of the Gearman Server and C library released! You can find it on the downloads page or at Launchpad.
	*   [2010-04-04]  Version 0.5 of the Gearman user defined functions for MySQL released! You can find it on the downloads page or at Launchpad.
	*   [2010-03-09]  Version 0.7.0 of the PHP extension is ready! Find it on the downloads page or in PECL.
	*   [2010-02-19]  Version 0.8 of the …</description>
    </item>
    <item rdf:about="http://gearman.org/index.php?id=documentation&amp;rev=1277190384&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-22T07:06:24+00:00</dc:date>
        <dc:creator>samuel</dc:creator>
        <title>documentation - Updated the Python api document link</title>
        <link>http://gearman.org/index.php?id=documentation&amp;rev=1277190384&amp;do=diff</link>
        <description>General

	*  Getting Started
	*  Manual
	*  Gearman Blueprints

API Documentation

	*  C API Documentation
	*  PHP Extension Docs
	*  PHP Extension Reflection
	*  PHP Extension Reference
	*  Perl Client API Documentation
	*  Perl Task (Client) API Documentation
	*  Perl Worker API Documentation
	*  PHP Net_Gearman PEAR module documentation
	*  MySQL UDF README file
	*  Python API Documentation
	*  gearman-jms Documentation</description>
    </item>
    <item rdf:about="http://gearman.org/index.php?id=manual&amp;rev=1275543561&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-03T05:39:21+00:00</dc:date>
        <dc:creator>eday</dc:creator>
        <title>manual</title>
        <link>http://gearman.org/index.php?id=manual&amp;rev=1275543561&amp;do=diff</link>
        <description>This manual covers generic Gearman concepts and interfaces used by many of the APIs. Examples given will use the PHP extension that wraps the C library, although it should be easy to translate the examples to the other language APIs. This manual will also focus on features provided by the job server written in C, for documentation on the Perl version of the job server see the documentation provided in the Perl module. This manual is a live document and will be updated as new functionality is add…</description>
    </item>
    <item rdf:about="http://gearman.org/index.php?id=use_cases&amp;rev=1274569562&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-05-22T23:06:02+00:00</dc:date>
        <dc:creator>greenlion</dc:creator>
        <title>use_cases - Add link to shard-query</title>
        <link>http://gearman.org/index.php?id=use_cases&amp;rev=1274569562&amp;do=diff</link>
        <description>Use Cases


If you are using Gearman, please login to the wiki and create a use case page describing how you are using it. This will help others get an idea of the different ways Gearman can be deployed, and perhaps you will get some feedback about how to improve your usage. Thanks!</description>
    </item>
    <item rdf:about="http://gearman.org/index.php?id=presentations&amp;rev=1274384767&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-05-20T19:46:07+00:00</dc:date>
        <dc:creator>russ</dc:creator>
        <title>presentations</title>
        <link>http://gearman.org/index.php?id=presentations&amp;rev=1274384767&amp;do=diff</link>
        <description>Upcoming Presentations

	*  OSCON 2010 - The Gearman Cookbook - Eric Day &amp; Brian Aker

Past Presentations

	*  The London Kohana PHP Conference 2010 - An introduction to using Gearman with Kohana (by Russell Smith, Slides &amp; code examples)
	*  MySQL Conference &amp; Expo 2010 - Boosting Database Performance with Gearman - Eric Day &amp; Giuseppe Maxia (Slides)
	*  MySQL Conference &amp; Expo 2010 - Gearman MySQL Hacks, or Everything You Wanted to Do with a Database Server and You Never Dared to Hope - Giusep…</description>
    </item>
</rdf:RDF>
