質問

I'm interested in using a Gearman server to distribute long-running jobs in my PHP application. Unfortunately I don't have direct access to my application servers and I can't install any PECL extensions.

Is there a pure PHP client library out there I can use?

役に立ちましたか?

解決

Have you tried the obvious?

Net_Gearman (PHP)

A pure PHP API that can be found as Net_Gearman on PEAR.

Quoted from: http://gearman.org/index.php?id=download#php

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top