検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 46 for tasks (0.007 sec.)
Basic Gearman client and worker, submitting tasks 8833
« 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 reverse client extended ... to run two tasks in parallel. The reverse worker is unchanged excep ... plication data $data [ 'foo' ] = 'bar' ; # add two tasks $task = $gmc -> addTask ( "reverse" , "foo" , $dat ...
https://man.plustar.jp/php/gearman.examples-reverse-task.html - [similar]
Add a high priority background task to be run in parallel 8726
« GearmanClient::addTaskHigh GearmanClient::addTaskLow » PHP Manual GearmanClient Add a high pri ... y background task to be run in parallel with other tasks. Call this method for all the tasks to be run in p ... arallel, then call GearmanClient::runTasks() to perform the work. Tasks with a high priority ... round task to be run in parallel GearmanClient::runTasks() - Run a list of tasks in parallel 関連キーワード ... : run , task , priority , Add , high , tasks , addTaskHighBackground , low , string , GearmanTa ...
https://man.plustar.jp/php/gearmanclient.addtaskhighbackground.html - [similar]
Add a low priority background task to be run in parallel 8726
« GearmanClient::addTaskLow GearmanClient::addTaskStatus » PHP Manual GearmanClient Add a low pr ... y background task to be run in parallel with other tasks. Call this method for all the tasks to be run in p ... arallel, then call GearmanClient::runTasks() to perform the work. Tasks with a low priority w ... round task to be run in parallel GearmanClient::runTasks() - Run a list of tasks in parallel 関連キーワード ... : run , task , priority , Add , low , tasks , addTaskLowBackground , high , string , GearmanTa ...
https://man.plustar.jp/php/gearmanclient.addtasklowbackground.html - [similar]
7719
« 定義済み定数 Basic usage » PHP Manual Gearman 例 例 目次 Basic usage Basic Gearman client and ... ground Basic Gearman client and worker, submitting tasks 関連キーワード: 例 , Basic , usage , worker , 定義 ... , 定数 , submitting , tasks , ...
https://man.plustar.jp/php/gearman.examples.html - [similar]
Add a background task to be run in parallel 7460
« GearmanClient::addTask GearmanClient::addTaskHigh » PHP Manual GearmanClient Add a background ... a background task to be run in parallel with other tasks. Call this method for all the tasks to be run in p ... arallel, then call GearmanClient::runTasks() to perform the work. パラメータ function_name ワ ... r false if the task could not be added. 例 例1 Two tasks, one background and one not This example illustrat ... ground task and a normal task. The client adds two tasks to execute the same function, but one is added wit ...
https://man.plustar.jp/php/gearmanclient.addtaskbackground.html - [similar]
The parallel\Channel class 7414
« parallel\Future::value parallel\Channel::__construct » PHP Manual parallel The parallel\Channe ... ered channel is not only a way to share data among tasks but also a simple method of synchronization. An un ... red channel is the fastest way to share data among tasks, requiring the least copying. Buffered Channels A ... s that they allow the exchange of closures between tasks (and runtimes). When a closure is sent over a chan ...
https://man.plustar.jp/php/class.parallel-channel.html - [similar]
Create a GearmanClient instance 7414
« GearmanClient::clone GearmanClient::context » PHP Manual GearmanClient Create a GearmanClient ... client that connects to the job server and submits tasks to complete. パラメータ この関数にはパラメータはあ ... , パラメータ , submits , 参考 , 関数 , complete , tasks ...
https://man.plustar.jp/php/gearmanclient.construct.html - [similar]
Create a GearmanWorker instance 7414
« GearmanWorker::clone GearmanWorker::echo » PHP Manual GearmanWorker Create a GearmanWorker ins ... worker that connects to the job server and accepts tasks to run. パラメータ この関数にはパラメータはありませ ... e , a , Create , construct , パラメータ , worker , tasks , 参考 , 関数 ...
https://man.plustar.jp/php/gearmanworker.construct.html - [similar]
Shutdown all workers 7261
« Pool::resize Pool::submit » PHP Manual Pool Shutdown all workers Pool::shutdown (PECL pthreads ... s in the pool. This will block until all submitted tasks have been executed. パラメータ この関数にはパラメー ... pool -> shutdown (); // blocks until all submitted tasks have finished executing 関連キーワード: all , work ...
https://man.plustar.jp/php/pool.shutdown.html - [similar]
Shutdown the worker 7261
« Worker::isShutdown Worker::stack » PHP Manual Worker Shutdown the worker Worker::shutdown (PEC ... down the worker after executing all of the stacked tasks. パラメータ この関数にはパラメータはありません。 戻 ... = new Worker (); $my -> start (); /* stack/execute tasks */ var_dump ( $my -> shutdown ()); 上の例の出力は以 ...
https://man.plustar.jp/php/worker.shutdown.html - [similar]
PREV 1 2 3 4 5 NEXT