タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

gearmanに関するhideokiのブックマーク (2)

  • Gearman in Launchpad

    Please see https://github.com/gearman/gearmand for future develoment beyond v1.1.12 Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web s

  • log4ZIGOROu : Gearmanを使ってみた

    YAPC Asia 2007でも紹介されていたGearmanと言うjob serverを使ってみました。 追記(2007-05-01) gearmandをgearmanとしていたので修正 $worker->work while 1; が抜けていたので追加(thanks id:tokuhirom) pperlでの検証結果を最後に触れておきました。 インストール gearmand, GearmanをそれぞれCPANから入れるだけです。 daemonの起動 下記のようにdaemonとして起動します。 daemon起動オプションに関してですが、PODの記載は誤りで--daemonizeでは無く--daemonです。 $ sudo gearmand --daemon --pidfile=/var/log/gearmand.pid --debug=1 関数の登録 次にgearmanに実行させたい処理を

  • 1