Results of 1 - 10 of about 27 for sending (0.006 sec.)
- Add a background task to be run in parallel 14368
- « GearmanClient::addTask GearmanClient::addTaskHigh » PHP Manual GearmanClient Add a background
...
or ( $x = 0 ; $x < $workload_size ; $x ++) { echo "Sending status: " . ( $x + 1 ) . "/ $workload_size complet ...
ed job: H:foo.local:66 Workload: Hello World! (12) Sending status: 1/12 complete Sending status: 2/12 complet ...
e Sending status: 2/12 complete Sending status: 3/12 complet ...
e Sending status: 3/12 complete Sending status: 4/12 complet ...
-
https://man.plustar.jp/php/gearmanclient.addtaskbackground.html
- [similar]
- Basic usage 11570
- « 例 Basic Gearman client and worker, background » PHP Manual 例 Basic usage Basic usage 例1 Bas
...
rver (localhost). $gmclient -> addServer (); echo "Sending job\n" ; # Send reverse job do { $result = $gmclie ...
or ( $x = 0 ; $x < $workload_size ; $x ++) { echo "Sending status: " . ( $x + 1 ) . "/ $workload_size complet ...
Received job: H:foo.local:36 Workload: Hello! (6) Sending status: 1/6 complete Sending status: 2/6 complete ...
Sending status: 3/6 complete Sending status: 4/6 complete Sending status: 5/6 complete ...
-
https://man.plustar.jp/php/gearman.examples-reverse.html
- [similar]
- Read data sending to the process. 10516
- « Swoole\Process::push Swoole\Process::signal » PHP Manual Swoole\Process Read data sending to t
...
swoole >= 1.9.0) Swoole\Process::read — Read data sending to the process. 説明 public Swoole\Process::read ( ...
メータ maxsize 戻り値 関連キーワード: Read , data , sending , process , Swoole , Process , the , read , maxsiz ...
-
https://man.plustar.jp/php/swoole-process.read.html
- [similar]
- Receives a message 9693
- « ZMQSocket::isPersistent ZMQSocket::recvMulti » PHP Manual ZMQSocket Receives a message ZMQSock
...
to the queue, send and receive */ $retries = 5 ; $sending = true ; /* Start a loop */ do { try { /* Try to s ...
end / receive */ if ( $sending ) { echo "Sending message\n" ; $queue -> send ( "T ...
his is a message" , ZMQ :: MODE_DONTWAIT ); $sending = false ; } else { echo "Got response: " . $queue ...
?> 上の例の出力は、 たとえば以下のようになります。 Sending message - Unable to execute operation, retrying (4 ...
-
https://man.plustar.jp/php/zmqsocket.recv.html
- [similar]
- Used in task process for sending result to the worker process when the task is f... 9479
- « Swoole\Server::exist Swoole\Server::getClientInfo » PHP Manual Swoole\Server Used in task proc
...
ess for sending result to the worker process when the task is fini ...
) Swoole\Server::finish — Used in task process for sending result to the worker process when the task is fini ...
-
https://man.plustar.jp/php/swoole-server.finish.html
- [similar]
- Run a single task and return a result [deprecated] 8772
- « GearmanClient::data GearmanClient::doBackground » PHP Manual GearmanClient Run a single task a
...
rver (localhost). $gmclient -> addServer (); echo "Sending job\n" ; $result = $gmclient -> doNormal ( "revers ...
例の出力は、 たとえば以下のようになります。 Starting Sending job Success: !olleH 例2 Submitting a job and retri ...
rver (localhost). $gmclient -> addServer (); echo "Sending job\n" ; # Send reverse job do { $result = $gmclie ...
or ( $x = 0 ; $x < $workload_size ; $x ++) { echo "Sending status: " + $x + 1 . "/ $workload_size complete\n" ...
-
https://man.plustar.jp/php/gearmanclient.do.html
- [similar]
- Run a single task and return a result 8772
- « GearmanClient::doLowBackground GearmanClient::doStatus » PHP Manual GearmanClient Run a single
...
rver (localhost). $gmclient -> addServer (); echo "Sending job\n" ; $result = $gmclient -> doNormal ( "revers ...
例の出力は、 たとえば以下のようになります。 Starting Sending job Success: !olleH 例2 Submitting a job and retri ...
rver (localhost). $gmclient -> addServer (); echo "Sending job\n" ; # Send reverse job do { $result = $gmclie ...
or ( $x = 0 ; $x < $workload_size ; $x ++) { echo "Sending status: " + $x + 1 . "/ $workload_size complete\n" ...
-
https://man.plustar.jp/php/gearmanclient.donormal.html
- [similar]
- Sets a callback for specified URI 8163
- « EventHttp::setAllowedMethods EventHttp::setDefaultCallback » PHP Manual EventHttp Sets a callb
...
r_dump ( $req -> getOutputHeaders ()); echo "\n >> Sending reply ..." ; $req -> sendReply ( 200 , "OK" ); ech ...
"URI: " , $req -> getUri (), PHP_EOL ; echo "\n >> Sending reply ..." ; $req -> sendReply ( 200 , "OK" ); ech ...
"URI: " , $req -> getUri (), PHP_EOL ; echo "\n >> Sending reply ..." ; $req -> sendReply ( 200 , "OK" ); ech ...
-
https://man.plustar.jp/php/eventhttp.setcallback.html
- [similar]
- Constructs EventHttp object(the HTTP server) 8048
- « EventHttp::bind EventHttp::removeServerAlias » PHP Manual EventHttp Constructs EventHttp objec
...
r_dump ( $req -> getOutputHeaders ()); echo "\n >> Sending reply ..." ; $req -> sendReply ( 200 , "OK" ); ech ...
"URI: " , $req -> getUri (), PHP_EOL ; echo "\n >> Sending reply ..." ; $req -> sendReply ( 200 , "OK" ); ech ...
"URI: " , $req -> getUri (), PHP_EOL ; echo "\n >> Sending reply ..." ; $req -> sendReply ( 200 , "OK" ); ech ...
-
https://man.plustar.jp/php/eventhttp.construct.html
- [similar]
- Get the status for the running task 7998
- « GearmanClient::doNormal GearmanClient::echo » PHP Manual GearmanClient Get the status for the
...
rver (localhost). $gmclient -> addServer (); echo "Sending job\n" ; # Send reverse job do { $result = $gmclie ...
例の出力は、 たとえば以下のようになります。 Starting Sending job Status: 1/6 complete Status: 2/6 complete Stat ...
-
https://man.plustar.jp/php/gearmanclient.dostatus.html
- [similar]