Results of 1 - 10 of about 124 for job (0.001 sec.)
- Get the status of a background job 9246
- « GearmanClient::getErrno GearmanClient::ping » PHP Manual GearmanClient Get the status of a bac
... kground job GearmanClient::jobStatus gearman_job_status (PECL ... gearman >= 0.5.0) GearmanClient::jobStatus -- gearman_job_status — Get the status of a ... background job 説明 オブジェクト指向型 (method): public GearmanCl ... ient::jobStatus ( string $job_handle ): array Gets the statu ...
-
https://man.plustar.jp/php/gearmanclient.jobstatus.html
- [similar]
- Run a single task and return a result [deprecated] 8987
- « GearmanClient::data GearmanClient::doBackground » PHP Manual GearmanClient Run a single task a
... nting the results of running a task. 例 例1 Simple job submission with immediate return <?php # Client co ... calhost). $gmclient -> addServer (); echo "Sending job\n" ; $result = $gmclient -> doNormal ( "reverse" , ... n ( "reverse" , "reverse_fn" ); print "Waiting for job...\n" ; while( $gmworker -> work ()) { if ( $gmwor ... Code () . "\n" ; break; } } function reverse_fn ( $job ) { return strrev ( $job -> workload ()); } ?> 上の ...
-
https://man.plustar.jp/php/gearmanclient.do.html
- [similar]
- Run a single task and return a result 8987
- « GearmanClient::doLowBackground GearmanClient::doStatus » PHP Manual GearmanClient Run a single
... nting the results of running a task. 例 例1 Simple job submission with immediate return <?php ?> <?php # ... calhost). $gmclient -> addServer (); echo "Sending job\n" ; $result = $gmclient -> doNormal ( "reverse" , ... n ( "reverse" , "reverse_fn" ); print "Waiting for job...\n" ; while( $gmworker -> work ()) { if ( $gmwor ... Code () . "\n" ; break; } } function reverse_fn ( $job ) { return strrev ( $job -> workload ()); } ?> 上の ...
-
https://man.plustar.jp/php/gearmanclient.donormal.html
- [similar]
- Gearman 8827
- « FTP\Connection はじめに » PHP Manual その他のサービス Gearman Gearman はじめに インストール/設
... dd client options GearmanClient::addServer — Add a job server to the client GearmanClient::addServers — A ... dd a list of job servers to the client GearmanClient::addTask — Add ... h priority task in the background GearmanClient::doJobHandle — Get the job handle for the running task Ge ... unning task GearmanClient::echo — Send data to all job servers to see if they echo it back [deprecated] G ...
-
https://man.plustar.jp/php/book.gearman.html
- [similar]
- Basic usage 8827
- « 例 Basic Gearman client and worker, background » PHP Manual 例 Basic usage Basic usage 例1 Bas
... lient and worker. The client sends a string to the job server, and the worker reverses the string and sen ... ds it back. The job is performed synchronously. <?php # Create our cli ... calhost). $gmclient -> addServer (); echo "Sending job\n" ; # Send reverse job do { $result = $gmclient - ... n ( "reverse" , "reverse_fn" ); print "Waiting for job...\n" ; while( $gmworker -> work ()) { if ( $gmwor ...
-
https://man.plustar.jp/php/gearman.examples-reverse.html
- [similar]
- Basic Gearman client and worker, background 8803
- « Basic usage Basic Gearman client and worker, submitting tasks » PHP Manual 例 Basic Gearman cl
... lient and worker. The client sends a string to the job server as a background job, and the worker reverse ... d asynchronously, the client does not wait for the job to complete and exits (and hence the client never ... Server (); # run reverse client in the background $job_handle = $gmclient -> doBackground ( "reverse" , " ... n ( "reverse" , "reverse_fn" ); print "Waiting for job...\n" ; while( $gmworker -> work ()) { if ( $gmwor ...
-
https://man.plustar.jp/php/gearman.examples-reverse-bg.html
- [similar]
- Get the job handle 8766
- « GearmanTask::isRunning GearmanTask::recvData » PHP Manual GearmanTask Get the job handle Gearm
... anTask::jobHandle gearman_job_handle (PECL gearman >= 0.5.0) G ... earmanTask::jobHandle -- gearman_job_handle — Get the job handle 説 ... 明 public GearmanTask::jobHandle (): string Returns the job handle for this t ... の関数にはパラメータはありません。 戻り値 The opaque job handle. 参考 GearmanClient::doJobHandle() - Get th ...
-
https://man.plustar.jp/php/gearmantask.jobhandle.html
- [similar]
- Get the job handle 8643
- « GearmanJob::functionName GearmanJob::returnCode » PHP Manual GearmanJob Get the job handle Gea
... rmanJob::handle (PECL gearman >= 0.5.0) GearmanJob::handle ... — Get the job handle 説明 public GearmanJob::handle (): string R ... eturns the opaque job handle assigned by the job server. パラメータ この ... 関数にはパラメータはありません。 戻り値 An opaque job handle. 参考 GearmanTask::jobHandle() - Get the jo ...
-
https://man.plustar.jp/php/gearmanjob.handle.html
- [similar]
- Register a function with the job server 8643
- « GearmanWorker::options GearmanWorker::removeOptions » PHP Manual GearmanWorker Register a func
... tion with the job server GearmanWorker::register (PECL gearman >= 0. ... manWorker::register — Register a function with the job server 説明 public GearmanWorker::register ( strin ... out = ? ): bool Registers a function name with the job server with an optional timeout. The timeout speci ... many seconds the server will wait before marking a job as failed. If the timeout is set to zero, there is ...
-
https://man.plustar.jp/php/gearmanworker.register.html
- [similar]
- Unregister a function name with the job servers 8384
- « GearmanWorker::timeout GearmanWorker::unregisterAll » PHP Manual GearmanWorker Unregister a fu
... nction name with the job servers GearmanWorker::unregister (PECL gearman >= ... ::unregister — Unregister a function name with the job servers 説明 public GearmanWorker::unregister ( st ... _name ): bool Unregisters a function name with the job servers ensuring that no more jobs (for that funct ... n_name The name of a function to register with the job server 戻り値 A standard Gearman return value. 参考 ...
-
https://man.plustar.jp/php/gearmanworker.unregister.html
- [similar]