Results of 1 - 10 of about 46 for servers (0.001 sec.)
- Add a list of job servers to the client 12326
- « GearmanClient::addServer GearmanClient::addTask » PHP Manual GearmanClient Add a list of job servers
...
ervers to the client GearmanClient::addServers (PECL gearman >= 0.5.0) GearmanClient::addServers ...
— Add a list of job servers to the client 説明 public GearmanClient::addServer ...
s ( string $servers = 127.0.0.1:4730 ): bool Adds a list of job server ...
sed to run a task. No socket I/O happens here; the servers are simply added to the full list of servers. パラ ...
-
https://man.plustar.jp/php/gearmanclient.addservers.html
- [similar]
- Add job servers 12082
- « GearmanWorker::addServer GearmanWorker::clone » PHP Manual GearmanWorker Add job servers Gearm
...
anWorker::addServers (PECL gearman >= 0.5.0) GearmanWorker::addServers ...
— Add job servers 説明 public GearmanWorker::addServers ( string $se ...
vers = 127.0.0.1:4730 ): bool Adds one or more job servers to this worker. These go into a list of servers th ...
o run jobs. No socket I/O happens here. パラメータ servers A comma separated list of job servers in the forma ...
-
https://man.plustar.jp/php/gearmanworker.addservers.html
- [similar]
- Unregister a function name with the job servers 10099
- « GearmanWorker::timeout GearmanWorker::unregisterAll » PHP Manual GearmanWorker Unregister a fu
...
nction name with the job servers GearmanWorker::unregister (PECL gearman >= 0.6.0) ...
register — Unregister a function name with the job servers 説明 public GearmanWorker::unregister ( string $fu ...
e ): bool Unregisters a function name with the job servers ensuring that no more jobs (for that function) are ...
All() - Unregister all function names with the job servers 関連キーワード: function , job , servers , Unregis ...
-
https://man.plustar.jp/php/gearmanworker.unregister.html
- [similar]
- Returns the servers in the topology 9916
- « MongoDB\Driver\TopologyDescription MongoDB\Driver\TopologyDescription::getType » PHP Manual Mo
...
ngoDB\Driver\TopologyDescription Returns the servers in the topology MongoDB\Driver\TopologyDescription ...
::getServers (mongodb >=1.13.0) MongoDB\Driver\TopologyDescript ...
ion::getServers — Returns the servers in the topology 説明 final p ...
ublic MongoDB\Driver\TopologyDescription::getServers (): array Returns an array of MongoDB\Driver\Serve ...
-
https://man.plustar.jp/php/mongodb-driver-topologydescription.getservers.html
- [similar]
- Unregister all function names with the job servers 9428
- « GearmanWorker::unregister GearmanWorker::wait » PHP Manual GearmanWorker Unregister all functi
...
on names with the job servers GearmanWorker::unregisterAll (PECL gearman >= 0.6. ...
erAll — Unregister all function names with the job servers 説明 public GearmanWorker::unregisterAll (): bool ...
gister() - Unregister a function name with the job servers 関連キーワード: function , job , Unregister , serv ...
-
https://man.plustar.jp/php/gearmanworker.unregisterall.html
- [similar]
- Send data to all job servers to see if they echo it back 9336
- « GearmanClient::jobStatus GearmanClient::removeOptions » PHP Manual GearmanClient Send data to
...
all job servers to see if they echo it back GearmanClient::ping (N ...
in Git) GearmanClient::ping — Send data to all job servers to see if they echo it back 説明 public GearmanCli ...
kload ): bool Sends some arbitrary data to all job servers to see if they echo it back. The data sent is not ...
返します。 関連キーワード: data , back , all , job , servers , see , they , Send , arbitrary , workload ...
-
https://man.plustar.jp/php/gearmanclient.ping.html
- [similar]
- Wait for activity from one of the job servers 8940
- « GearmanWorker::unregisterAll GearmanWorker::work » PHP Manual GearmanWorker Wait for activity
...
from one of the job servers GearmanWorker::wait (PECL gearman >= 0.6.0) Gearma ...
rker::wait — Wait for activity from one of the job servers 説明 public GearmanWorker::wait (): bool Causes th ...
r to wait for activity from one of the Gearman job servers when operating in non-blocking I/O mode. On failur ...
AN_NO_ACTIVE_FDS ) { # We are not connected to any servers, so wait a bit before # trying to reconnect. sleep ...
-
https://man.plustar.jp/php/gearmanworker.wait.html
- [similar]
- The GearmanWorker class 8894
- « GearmanTask::uuid GearmanWorker::addFunction » PHP Manual Gearman The GearmanWorker class The
...
t = 127.0.0.1 , int $port = 4730 ): bool public addServers ( string $servers = 127.0.0.1:4730 ): bool public ...
er::addServer — Add a job server GearmanWorker::addServers — Add job servers GearmanWorker::clone — Create a ...
register — Unregister a function name with the job servers GearmanWorker::unregisterAll — Unregister all func ...
tion names with the job servers GearmanWorker::wait — Wait for activity from one o ...
-
https://man.plustar.jp/php/class.gearmanworker.html
- [similar]
- Add a job server to the client 8848
- « GearmanClient::addOptions GearmanClient::addServers » PHP Manual GearmanClient Add a job serve
...
port = 4730 ): bool Adds a job server to a list of servers that can be used to run a task. No socket I/O happ ...
した場合に false を返します。 例 例1 Adding two job servers <?php # Create our client object. $gmclient = new ...
GearmanClient (); # Add two job servers, the first on the default 4730 port $gmclient -> a ...
r ( "10.0.0.2" , 7003 ); ?> 参考 GearmanClient::addServers() - Add a list of job servers to the client 関連キ ...
-
https://man.plustar.jp/php/gearmanclient.addserver.html
- [similar]
- Test job server response 8802
- « GearmanWorker::__construct GearmanWorker::error » PHP Manual GearmanWorker Test job server res
...
o ( string $workload ): bool Sends data to all job servers to see if they echo it back. This is a test functi ...
on to see if job servers are responding properly. パラメータ workload Arbit ...
参考 GearmanClient::echo() - Send data to all job servers to see if they echo it back [deprecated] 関連キーワ ...
job , Test , server , GearmanWorker , data , see , servers , back , all , they ...
-
https://man.plustar.jp/php/gearmanworker.echo.html
- [similar]