Results of 11 - 20 of about 81 for Work (0.002 sec.)
- Run a single task and return a result [deprecated] 7444
- « GearmanClient::data GearmanClient::doBackground » PHP Manual GearmanClient Run a single task a
...
earmanClient::do ( string $function_name , string $workload , string $unique = ? ): string The GearmanClie ...
nction_name ワーカーが実行するために登録した関数。 workload シリアライズしたデータ。 unique タスクを特定す ...
lt \n" ; ?> <?php echo "Starting\n" ; # Create our worker object. $gmworker = new GearmanWorker (); # Add ...
default server (localhost). $gmworker -> addServer (); # Register function "reverse" w ...
-
https://man.plustar.jp/php/gearmanclient.do.html
- [similar]
- Run a single task and return a result 7444
- « GearmanClient::doLowBackground GearmanClient::doStatus » PHP Manual GearmanClient Run a single
...
Client::doNormal ( string $function_name , string $workload , string $unique = ? ): string Runs a single t ...
e result. It is up to the GearmanClient and GearmanWorker to agree on the format of the result. パラメータ ...
nction_name ワーカーが実行するために登録した関数。 workload シリアライズしたデータ。 unique タスクを特定す ...
lt \n" ; ?> <?php echo "Starting\n" ; # Create our worker object. $gmworker = new GearmanWorker (); # Add ...
-
https://man.plustar.jp/php/gearmanclient.donormal.html
- [similar]
- Worker クラス 7294
- « Thread::start Worker::collect » PHP Manual pthreads Worker クラス Worker クラス (PECL pthreads
...
のいずれかの条件を満たすまでスレッドは終了しません。 Worker がスコープから外れる (どこからも参照されなくなる ...
キストを再利用できるということです。 オブジェクトを Worker のスタックに置くと、そのオブジェクトの run メソッ ...
ドを Worker が実行します。 クラス概要 class Worker extends T ...
public shutdown (): bool public stack ( Threaded &$work ): int public unstack (): int /* 継承したメソッド ...
-
https://man.plustar.jp/php/class.worker.html
- [similar]
- Get the status for the running task 7239
- « GearmanClient::doNormal GearmanClient::echo » PHP Manual GearmanClient Get the status for the
...
r. 例 例1 Get the status of a long running job The worker in this example has an artificial delay added du ...
switch( $gmclient -> returnCode ()) { case GEARMAN_WORK_DATA : break; case GEARMAN_WORK_STATUS : # get the ...
r / $denominator complete\n" ; break; case GEARMAN_WORK_FAIL : echo "Failed\n" ; exit; case GEARMAN_SUCCES ...
-
https://man.plustar.jp/php/gearmanclient.dostatus.html
- [similar]
- Get workload 7239
- « GearmanJob::warning GearmanJob::workloadSize » PHP Manual GearmanJob Get workload GearmanJob::
...
workload (PECL gearman >= 0.5.0) GearmanJob::workload — Get workload 説明 public GearmanJob::workloa ...
d (): string Returns the workload for the job. This is serialized data that is t ...
o be processed by the worker. パラメータ この関数にはパラメータはありません。 ...
task and return a result [deprecated] GearmanJob::workloadSize() - Get size of work load 関連キーワード: ...
-
https://man.plustar.jp/php/gearmanjob.workload.html
- [similar]
- Send data for a task 7089
- « GearmanTask::sendData GearmanTask::taskDenominator » PHP Manual GearmanTask Send data for a ta
...
sk GearmanTask::sendWorkload (PECL gearman >= 0.6.0) GearmanTask::sendWorkl ...
Send data for a task 説明 public GearmanTask::sendWorkload ( string $data ): int 警告 この関数は、 実験的 ...
用してください。 パラメータ data Data to send to the worker. 戻り値 The length of data sent, or false if the ...
send failed. 参考 GearmanTask::recvData() - Read work or result data into a buffer for a task 関連キーワ ...
-
https://man.plustar.jp/php/gearmantask.sendworkload.html
- [similar]
- Send data for a task (deprecated) 7048
- « GearmanTask::returnCode GearmanTask::sendWorkload » PHP Manual GearmanTask Send data for a tas
...
用してください。 パラメータ data Data to send to the worker. 戻り値 The length of data sent, or false if the ...
send failed. 参考 GearmanTask::recvData() - Read work or result data into a buffer for a task 関連キーワ ...
eprecated , GearmanTask , sendData , 関数 , send , work , Data ...
-
https://man.plustar.jp/php/gearmantask.senddata.html
- [similar]
- Add a task to be run in parallel 6993
- « GearmanClient::addServers GearmanClient::addTaskBackground » PHP Manual GearmanClient Add a ta
...
nClient::addTask ( string $function_name , string $workload , mixed &$context = ? , string $unique = ? ): ...
then call GearmanClient::runTasks() to perform the work. Note that enough workers need to be available for ...
nction_name ワーカーが実行するために登録した関数。 workload シリアライズしたデータ。 context タスクに関連づ ...
dServer (); # set a function to be called when the work is complete $gmclient -> setCompleteCallback ( "co ...
-
https://man.plustar.jp/php/gearmanclient.addtask.html
- [similar]
- pthreads 6898
- « parallel\Sync::__invoke はじめに » PHP Manual プロセス制御 pthreads pthreads はじめに インスト
...
る Thread::join — 同期処理 Thread::start — 実行する Worker — Worker クラス Worker::collect — Collect refere ...
nces to completed tasks Worker::getStacked — Gets the remaining stack size Work ...
er::isShutdown — State Detection Worker::shutdown — Shutdown the worker Worker::stack — ...
Stacking work Worker::unstack — Unstacking work Collectable — Th ...
-
https://man.plustar.jp/php/book.pthreads.html
- [similar]
- The GearmanWorker class 6789
- « GearmanTask::uuid GearmanWorker::addFunction » PHP Manual Gearman The GearmanWorker class The
...
GearmanWorker class (PECL gearman >= 0.5.0) はじめに クラス概要 ...
class GearmanWorker { /* メソッド */ public addFunction ( string $fu ...
: void public __construct () public echo ( string $workload ): bool public error (): string public getErrn ...
unregisterAll (): bool public wait (): bool public work (): bool } 目次 GearmanWorker::addFunction — Regis ...
-
https://man.plustar.jp/php/class.gearmanworker.html
- [similar]