検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 19 for workers (0.003 sec.)
The Pool class 13028
« 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 th ... protected $ size ; protected $ class ; protected $ workers ; protected $ ctor ; protected $ last ; /* メソッド ... d $task ): int } プロパティ size maximum number of Workers this Pool can use class the class of the Worker wo ... rkers references to Workers ctor the arguments for constructor of new Workers ...
https://man.plustar.jp/php/class.pool.html - [similar]
Creates a new Pool of Workers 12567
« Pool::collect Pool::resize » PHP Manual Pool Creates a new Pool of Workers Pool::__construct ( ... = 2.0.0) Pool::__construct — Creates a new Pool of Workers 説明 public Pool::__construct ( int $size , string ... ss = ? , array $ctor = ? ) Construct a new pool of workers. Pools lazily create their threads, which means ne ... ecute tasks. パラメータ size The maximum number of workers for this pool to create class The class for new Wo ... ss. ctor An array of arguments to be passed to new workers' constructors 例 例1 Creating Pools <?php class My ...
https://man.plustar.jp/php/pool.construct.html - [similar]
Shutdown all workers 10296
« Pool::resize Pool::submit » PHP Manual Pool Shutdown all workers Pool::shutdown (PECL pthreads ... >= 2.0.0) Pool::shutdown — Shutdown all workers 説明 public Pool::shutdown (): void Shuts down all ... of the workers in the pool. This will block until all submitted t ... asks have finished executing 関連キーワード: all , workers , Shutdown , Pool , shutdown , down , パラメータ , ...
https://man.plustar.jp/php/pool.shutdown.html - [similar]
Give the worker an identifier so it can be tracked when asking gearmand for the ... 10057
« GearmanWorker::returnCode GearmanWorker::setOptions » PHP Manual GearmanWorker Give the worker ... ked when asking gearmand for the list of available workers GearmanWorker::setId (No version information avail ... ked when asking gearmand for the list of available workers 説明 public GearmanWorker::setId ( string $id ): b ... になります。 Run the following command: gearadmin --workers Output: 30 ::3a3a:3361:3361:3a33%976303667 - : tes ... ード: GearmanWorker , identifier , setId , worker , workers , able , tracked , when , asking , gearmand ...
https://man.plustar.jp/php/gearmanworker.setid.html - [similar]
単一の行を取得する 9032
« SqlStatementResult::fetchAll SqlStatementResult::getAffectedItemsCount » PHP Manual mysql_xdev ... execute (); $session -> sql ( "CREATE TABLE dbtest.workers(name text, age int, job text)" )-> execute (); $se ... ssion -> sql ( "INSERT INTO dbtest.workers values ('John', 42, 'bricklayer'), ('Sam', 33, 'ca ... hema ( "dbtest" ); $table = $schema -> getTable ( "workers" ); $rows = $session -> sql ( "SELECT * FROM dbtes ... t.workers" )-> execute ()-> fetchOne (); print_r ( $rows ); ...
https://man.plustar.jp/php/mysql-xdevapi-sqlstatementresult.fetchone.html - [similar]
結果セットから全行取得する 8896
« SqlStatementResult::__construct SqlStatementResult::fetchOne » PHP Manual mysql_xdevapi\SqlSta ... execute (); $session -> sql ( "CREATE TABLE dbtest.workers(name text, age int, job text)" )-> execute (); $se ... ssion -> sql ( "INSERT INTO dbtest.workers values ('John', 42, 'bricklayer'), ('Sam', 33, 'ca ... hema ( "dbtest" ); $table = $schema -> getTable ( "workers" ); $rows = $session -> sql ( "SELECT * FROM dbtes ... t.workers" )-> execute ()-> fetchAll (); print_r ( $rows ); ...
https://man.plustar.jp/php/mysql-xdevapi-sqlstatementresult.fetchall.html - [similar]
pthreads 8110
« parallel\Sync::__invoke はじめに » PHP Manual プロセス制御 pthreads pthreads はじめに インスト ... ed tasks Pool::__construct — Creates a new Pool of Workers Pool::resize — Resize the Pool Pool::shutdown — Sh ... utdown all workers Pool::submit — Submits an object for execution Poo ...
https://man.plustar.jp/php/book.pthreads.html - [similar]
Resize the Pool 7786
« Pool::__construct Pool::shutdown » PHP Manual Pool Resize the Pool Pool::resize (PECL pthreads ... ize the Pool パラメータ size The maximum number of Workers this Pool can create 戻り値 値を返しません。 関連キ ...
https://man.plustar.jp/php/pool.resize.html - [similar]
Add a background task to be run in parallel 7649
« GearmanClient::addTask GearmanClient::addTaskHigh » PHP Manual GearmanClient Add a background ... the client picks this up through the callback. Two workers are run for this example. Note that the background ... ", " . $task -> data () . "\n" ; } ?> <?php # The worker script echo "Starting\n" ; # Create our worker obje ... lient. return $result ; } ?> Worker output for two workers running: Received job: H:foo.local:65 Workload: !d ...
https://man.plustar.jp/php/gearmanclient.addtaskbackground.html - [similar]
Unstacking work 7649
« Worker::stack Collectable » PHP Manual Worker Unstacking work Worker::unstack (PECL pthreads > ... removed. 例 例1 Removing objects from the stack of Workers <?php $my = new Worker (); $work = new class exten ...
https://man.plustar.jp/php/worker.unstack.html - [similar]
PREV 1 2 NEXT