検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 124 for job (0.030 sec.)
Get the job handle for the running task 8347
« GearmanClient::doHighBackground GearmanClient::doLow » PHP Manual GearmanClient Get the job ha ... ndle for the running task GearmanClient::doJobHandle (PECL gearman >= 0.5.0) GearmanClient::doJob ... Handle — Get the job handle for the running task 説明 public GearmanCli ... ent::doJobHandle (): string Gets that job handle for a runnin ... ween repeated GearmanClient::doNormal() calls. The job handle can then be used to get information on the ...
https://man.plustar.jp/php/gearmanclient.dojobhandle.html - [similar]
Add job servers 8064
« GearmanWorker::addServer GearmanWorker::clone » PHP Manual GearmanWorker Add job servers Gearm ... gearman >= 0.5.0) GearmanWorker::addServers — Add job servers 説明 public GearmanWorker::addServers ( st ... $servers = 127.0.0.1:4730 ): bool Adds one or more job servers to this worker. These go into a list of se ... rvers that can be used to run jobs. No socket I/O happens here. パラメータ servers A ... comma separated list of job servers in the format host:port. If no port is spe ...
https://man.plustar.jp/php/gearmanworker.addservers.html - [similar]
Test job server response 8064
« GearmanWorker::__construct GearmanWorker::error » PHP Manual GearmanWorker Test job server res ... (PECL gearman >= 0.6.0) GearmanWorker::echo — Test job server response 説明 public GearmanWorker::echo ( ... string $workload ): bool Sends data to all job servers to see if they echo it back. This is a tes ... t function to see if job servers are responding properly. パラメータ worklo ... lue. 参考 GearmanClient::echo() - Send data to all job servers to see if they echo it back [deprecated] 関 ...
https://man.plustar.jp/php/gearmanworker.echo.html - [similar]
変更されるドキュメントの数を限定する 8002
« CollectionModify::execute CollectionModify::patch » PHP Manual mysql_xdevapi\CollectionModify ... $collection -> add ( '{"name": "Fred", "age": 21, "job": "Construction"}' )-> execute (); $collection -> ... add ( '{"name": "Wilma", "age": 23, "job": "Teacher"}' )-> execute (); $collection -> add ( ... '{"name": "Betty", "age": 24, "job": "Teacher"}' )-> execute (); $collection -> modif ... y ( "job = :job" ) -> bind ([ 'job' => 'Teacher' ]) -> set ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.limit.html - [similar]
Basic Gearman client and worker, submitting tasks 7941
« Basic Gearman client and worker, background GearmanClient » PHP Manual 例 Basic Gearman client ... se_created ( $task ) { echo "CREATED: " . $task -> jobHandle () . "\n" ; } function reverse_status ( $tas ... k ) { echo "STATUS: " . $task -> jobHandle () . " - " . $task -> taskNumerator () . "/" ... _complete ( $task ) { echo "COMPLETE: " . $task -> jobHandle () . ", " . $task -> data () . "\n" ; } func ... everse_fail ( $task ) { echo "FAILED: " . $task -> jobHandle () . "\n" ; } function reverse_data ( $task ...
https://man.plustar.jp/php/gearman.examples-reverse-task.html - [similar]
Add a list of job servers to the client 7904
« GearmanClient::addServer GearmanClient::addTask » PHP Manual GearmanClient Add a list of job s ... = 0.5.0) GearmanClient::addServers — Add a list of job servers to the client 説明 public GearmanClient::a ... g $servers = 127.0.0.1:4730 ): bool Adds a list of job servers that can be used to run a task. No socket ... を、失敗した場合に false を返します。 例 例1 Add two job servers <?php # Create our client object. $gmclien ... t = new GearmanClient (); # Add multiple job servers, the first on the default 4730 port $gmcli ...
https://man.plustar.jp/php/gearmanclient.addservers.html - [similar]
Add a job server to the client 7805
« GearmanClient::addOptions GearmanClient::addServers » PHP Manual GearmanClient Add a job serve ... gearman >= 0.5.0) GearmanClient::addServer — Add a job server to the client 説明 public GearmanClient::ad ... host = 127.0.0.1 , int $port = 4730 ): bool Adds a job server to a list of servers that can be used to ru ... 失敗した場合に false を返します。 例 例1 Adding two job servers <?php # Create our client object. $gmclien ... t = new GearmanClient (); # Add two job servers, the first on the default 4730 port $gmcli ...
https://man.plustar.jp/php/gearmanclient.addserver.html - [similar]
Set socket I/O activity timeout 7805
« GearmanWorker::setOptions GearmanWorker::timeout » PHP Manual GearmanWorker Set socket I/O act ... gmworker -> setTimeout ( 5000 ); echo "Waiting for job...\n" ; while(@ $gmworker -> work () || $gmworker ... ng useful here ... echo "Timeout. Waiting for next job...\n" ; continue; } if ( $gmworker -> returnCode ( ... break; } } echo "Done\n" ; function reverse_fn ( $job ) { return strrev ( $job -> workload ()); } ?> Run ... ning the worker with no submitted jobs will generate output that looks like the followin ...
https://man.plustar.jp/php/gearmanworker.settimeout.html - [similar]
Wait for activity from one of the job servers 7707
« GearmanWorker::unregisterAll GearmanWorker::work » PHP Manual GearmanWorker Wait for activity ... from one of the job servers GearmanWorker::wait (PECL gearman >= 0.6.0 ... anWorker::wait — Wait for activity from one of the job servers 説明 public GearmanWorker::wait (): bool C ... orker to wait for activity from one of the Gearman job servers when operating in non-blocking I/O mode. O ... tion ( 'reverse' , 'reverse_fn' ); # Try to grab a job while (@ $worker -> work () || $worker -> returnCo ...
https://man.plustar.jp/php/gearmanworker.wait.html - [similar]
ドキュメントを検索する 7621
« Collection::existsInDatabase Collection::getName » PHP Manual mysql_xdevapi\Collection ドキュメ ... ollection -> add ( '{"name": "Alfred", "age": 18, "job": "Butler"}' )-> execute (); $collection -> add ( ... '{"name": "Bob", "age": 19, "job": "Swimmer"}' )-> execute (); $collection -> add ( ... '{"name": "Fred", "age": 20, "job": "Construction"}' )-> execute (); $collection -> ... add ( '{"name": "Wilma", "age": 21, "job": "Teacher"}' )-> execute (); $collection -> add ( ...
https://man.plustar.jp/php/mysql-xdevapi-collection.find.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT