検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 81 for worker (0.013 sec.)
Basic Gearman client and worker, submitting tasks 7567
« Basic Gearman client and worker, background GearmanClient » PHP Manual 例 Basic Gearman client ... and worker, submitting tasks Basic Gearman client and worker, ... submitting tasks 例1 Basic Gearman client and worker, submitting tasks In this example, the basic rever ... extended to run two tasks in parallel. The reverse worker is unchanged except to add sending of data back du ... ); # run the tasks in parallel (assuming multiple workers) if (! $gmc -> runTasks ()) { echo "ERROR " . $gm ...
https://man.plustar.jp/php/gearman.examples-reverse-task.html - [similar]
Create a copy of the worker 7540
« GearmanWorker::addServers GearmanWorker::__construct » PHP Manual GearmanWorker Create a copy ... of the worker GearmanWorker::clone (PECL gearman >= 0.5.0) Gearm ... anWorker::clone — Create a copy of the worker 説明 public G ... earmanWorker::clone (): void Creates a copy of the worker. パラ ... この関数にはパラメータはありません。 戻り値 A GearmanWorker object 関連キーワード: copy , worker , GearmanWork ...
https://man.plustar.jp/php/gearmanworker.clone.html - [similar]
Set a callback for worker warnings 7513
« GearmanClient::setTimeout GearmanClient::setWorkloadCallback » PHP Manual GearmanClient Set a ... callback for worker warnings GearmanClient::setWarningCallback (PECL g ... manClient::setWarningCallback — Set a callback for worker warnings 説明 public GearmanClient::setWarningCall ... llback ): bool Sets a function to be called when a worker sends a warning. The callback should accept a sing ... lient::setExceptionCallback() - Set a callback for worker exceptions GearmanClient::setFailCallback() - Set ...
https://man.plustar.jp/php/gearmanclient.setwarningcallback.html - [similar]
Add worker options 7472
« GearmanWorker::addFunction GearmanWorker::addServer » PHP Manual GearmanWorker Add worker opti ... ons GearmanWorker::addOptions (PECL gearman >= 0.6.0) GearmanWorker: ... :addOptions — Add worker options 説明 public GearmanWorker::addOptions ( in ... be added 戻り値 Always returns true . 参考 GearmanWorker::options() - Get worker options GearmanClient::set ... eOptions() - Remove client options 関連キーワード: worker , Add , GearmanWorker , options , addOptions , opt ...
https://man.plustar.jp/php/gearmanworker.addoptions.html - [similar]
定義済み定数 7403
« リソース型 例 » PHP Manual Gearman 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... ues. Always check GearmanClient::error() or GearmanWorker() for a string error, as it may contain more detai ... stem error. Check GearmanClient::errno() or GearmanWorker::errno() for the system error code that was return ... ACTIVE_FDS ( int ) GearmanClient::wait() or GearmanWorker() was called with no connections. GEARMAN_UNEXPECT ... ing very wrong in gearmand. Applies only to GearmanWorker . GEARMAN_GETADDRINFO ( int ) DNS resolution faile ...
https://man.plustar.jp/php/gearman.constants.html - [similar]
The Swoole\Server class 7376
« Swoole\Serialize::unpack Swoole\Server::addlistener » PHP Manual Swoole The Swoole\Server clas ... int $offset = ? ): bool public sendMessage ( int $worker_id , string $data ): bool public sendto ( string $ ... (): void public stats (): array public stop ( int $worker_id = ? ): bool public task ( string $data , int $d ... st_worker_id = ? , callable $callback = ? ): mixed public ta ... skwait ( string $data , float $timeout = ? , int $worker_id = ? ): void public taskWaitMulti ( array $tasks ...
https://man.plustar.jp/php/class.swoole-server.html - [similar]
Basic usage 7376
« 例 Basic Gearman client and worker, background » PHP Manual 例 Basic usage Basic usage 例1 Bas ... ic Gearman client and worker This example shows a very simple client and worker ... e client sends a string to the job server, and the worker reverses the string and sends it back. The job is ... CCESS ); ?> <?php echo "Starting\n" ; # Create our worker object. $gmworker = new GearmanWorker (); # Add de ... fault server (localhost). $gmworker -> addServer (); # Register function "reverse" wit ...
https://man.plustar.jp/php/gearman.examples-reverse.html - [similar]
Wait for and perform jobs 7349
« GearmanWorker::wait GearmanException » PHP Manual GearmanWorker Wait for and perform jobs Gear ... manWorker::work (PECL gearman >= 0.5.0) GearmanWorker::work ... — Wait for and perform jobs 説明 public GearmanWorker::work (): bool Waits for a job to be assigned and ... を、失敗した場合に false を返します。 例 例1 GearmanWorker::work() example <?php # create the worker $worker ... = new GearmanWorker (); # add the default job server (localhost) $work ...
https://man.plustar.jp/php/gearmanworker.work.html - [similar]
The GearmanWorker class 7280
« GearmanTask::uuid GearmanWorker::addFunction » PHP Manual Gearman The GearmanWorker class The ... GearmanWorker class (PECL gearman >= 0.5.0) はじめに クラス概要 ... class GearmanWorker { /* メソッド */ public addFunction ( string $func ... c wait (): bool public work (): bool } 目次 GearmanWorker::addFunction — Register and add callback function ... GearmanWorker::addOptions — Add worker options GearmanWorker::ad ...
https://man.plustar.jp/php/class.gearmanworker.html - [similar]
The Pool class 7280
« Collectable::isGarbage Pool::collect » PHP Manual pthreads The Pool class The Pool class (PECL ... er for, and controller of, an adjustable number of Workers. Pooling provides a higher level abstraction of t ... he Worker functionality, including the management of referen ... protected $ size ; protected $ class ; protected $ workers ; protected $ ctor ; protected $ last ; /* メソッ ... mit ( Threaded $task ): int public submitTo ( int $worker , Threaded $task ): int } プロパティ size maximum ...
https://man.plustar.jp/php/class.pool.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT