Gearman

はじめに

» Gearman は、複数のマシンやプロセスに 作業を任せるための汎用的なアプリケーションフレームワークです。これにより、 アプリケーションはタスクを並列で遂行したり、処理の負荷を分散したり、 言語をまたいで関数を呼び出したりできます。このフレームワークは、可用性の高い Webサイトから、データベースのレプリケーションイベントの転送処理まで、 さまざまなアプリケーションで使用できます。

この拡張モジュールは、Gearman のクライアントとワーカーを書くためのクラスを提供します。

add a note

User Contributed Notes 1 note

up
3
jon dot skarpeteig at gmail dot com
13 years ago
Unfortunately there's no manager in the pecl extension. If you want to make use of admin features, check out: http://pear.php.net/package/Net_Gearman which implements the administrative protocol in Manager.php as defined in: http://gearman.org/?id=protocol
To Top