Results of 1 - 10 of about 99 for priority (0.005 sec.)
- Prevents priority inversion 9737
- « EventConfig::setFlags EventDnsBase » PHP Manual EventConfig Prevents priority inversion EventC
...
ha) EventConfig::setMaxDispatchInterval — Prevents priority inversion 説明 public EventConfig::setMaxDispatchI ...
int $max_interval , int $max_callbacks , int $min_priority ): void Prevents priority inversion by limiting ho ...
w many low-priority event callbacks can be invoked before checking for ...
more high-priority events. 注意 : Available since libevent 2.1.0-alph ...
-
https://man.plustar.jp/php/eventconfig.setmaxdispatchinterval.html
- [similar]
- Assign a priority to a bufferevent 9633
- « EventBufferEvent::setCallbacks EventBufferEvent::setTimeouts » PHP Manual EventBufferEvent Ass
...
ign a priority to a bufferevent EventBufferEvent::setPriority (PE ...
CL event >= 1.2.6-beta) EventBufferEvent::setPriority — Assign a priority to a bufferevent 説明 public E ...
ventBufferEvent::setPriority ( int $priority ): bool Assign a priority to a buf ...
Only supported for socket buffer events パラメータ priority Priority value. 戻り値 成功した場合に true を、失敗 ...
-
https://man.plustar.jp/php/eventbufferevent.setpriority.html
- [similar]
- Add a high priority task to run in parallel 9594
- « GearmanClient::addTaskBackground GearmanClient::addTaskHighBackground » PHP Manual GearmanClie
...
nt Add a high priority task to run in parallel GearmanClient::addTaskHigh ...
>= 0.5.0) GearmanClient::addTaskHigh — Add a high priority task to run in parallel 説明 public GearmanClient: ...
? , string $unique = ? ): GearmanTask Adds a high priority task to be run in parallel with other tasks. Call ...
this method for all the high priority tasks to be run in parallel, then call GearmanClie ...
-
https://man.plustar.jp/php/gearmanclient.addtaskhigh.html
- [similar]
- Set event priority 9528
- « Event::set Event::setTimer » PHP Manual Event Set event priority Event::setPriority (PECL even
...
t >= 1.2.6-beta) Event::setPriority — Set event priority 説明 public Event::setPriorit ...
y ( int $priority ): bool Set event priority. パラメータ priority Th ...
e event priority. 戻り値 成功した場合に true を、失敗した場合に fal ...
se を返します。 関連キーワード: priority , event , Set , Event , setPriority , setTimer , p ...
-
https://man.plustar.jp/php/event.setpriority.html
- [similar]
- Add a low priority task to run in parallel 9528
- « GearmanClient::addTaskHighBackground GearmanClient::addTaskLowBackground » PHP Manual GearmanC
...
lient Add a low priority task to run in parallel GearmanClient::addTaskLow ...
an >= 0.5.0) GearmanClient::addTaskLow — Add a low priority task to run in parallel 説明 public GearmanClient: ...
= ? , string $unique = ? ): GearmanTask Adds a low priority background task to be run in parallel with other t ...
::runTasks() to perform the work. Tasks with a low priority will be selected from the queue after those of nor ...
-
https://man.plustar.jp/php/gearmanclient.addtasklow.html
- [similar]
- Run a high priority task in the background 9489
- « GearmanClient::doHigh GearmanClient::doJobHandle » PHP Manual GearmanClient Run a high priority
...
.5.0) GearmanClient::doHighBackground — Run a high priority task in the background 説明 public GearmanClient:: ...
orkload , string $unique = ? ): string Runs a high priority task in the background, returning a job handle whi ...
e used to get the status of the running task. High priority tasks take precedence over normal and low priority ...
result GearmanClient::doHigh() - Run a single high priority task GearmanClient::doLow() - Run a single low pri ...
-
https://man.plustar.jp/php/gearmanclient.dohighbackground.html
- [similar]
- Run a low priority task in the background 9489
- « GearmanClient::doLow GearmanClient::doNormal » PHP Manual GearmanClient Run a low priority tas
...
0.5.0) GearmanClient::doLowBackground — Run a low priority task in the background 説明 public GearmanClient:: ...
workload , string $unique = ? ): string Runs a low priority task in the background, returning a job handle whi ...
et the status of the running task. Normal and high priority tasks take precedence over low priority tasks in t ...
result GearmanClient::doHigh() - Run a single high priority task GearmanClient::doLow() - Run a single low pri ...
-
https://man.plustar.jp/php/gearmanclient.dolowbackground.html
- [similar]
- Run a single high priority task 9450
- « GearmanClient::doBackground GearmanClient::doHighBackground » PHP Manual GearmanClient Run a s
...
ingle high priority task GearmanClient::doHigh (PECL gearman >= 0.5.0) ...
GearmanClient::doHigh — Run a single high priority task 説明 public GearmanClient::doHigh ( string $f ...
, string $unique = ? ): string Runs a single high priority task and returns a string representation of the re ...
nWorker to agree on the format of the result. High priority tasks will get precedence over normal and low prio ...
-
https://man.plustar.jp/php/gearmanclient.dohigh.html
- [similar]
- Run a single low priority task 9450
- « GearmanClient::doJobHandle GearmanClient::doLowBackground » PHP Manual GearmanClient Run a sin
...
gle low priority task GearmanClient::doLow (PECL gearman >= 0.5.0) ...
GearmanClient::doLow — Run a single low priority task 説明 public GearmanClient::doLow ( string $fu ...
d , string $unique = ? ): string Runs a single low priority task and returns a string representation of the re ...
agree on the format of the result. Normal and high priority tasks will get precedence over low priority tasks ...
-
https://man.plustar.jp/php/gearmanclient.dolow.html
- [similar]
- 現在のプロセスの優先度を変更する 9307
- « proc_get_status proc_open » PHP Manual プログラム実行関数 現在のプロセスの優先度を変更する pro
...
在のプロセスの優先度を変更する 説明 proc_nice ( int $priority ): bool proc_nice() は、現在のプロセスの優先度を p ...
riority で指定された値に変更します。 priority が正数の場合、 現在のプロセスの優先度をより低くし、 ...
priority が負数の場合は優先度が上がります。 proc_nice() は、 ...
やそれに関連する関数とは関係ありません。 パラメータ priority 新しい優先度の値。この値はプラットフォームによって ...
-
https://man.plustar.jp/php/function.proc-nice.html
- [similar]