PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

EventConfig::setMaxDispatchInterval - Prevents priority inversion | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

EventConfig::setMaxDispatchInterval

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

EventConfig::setMaxDispatchIntervalPrevents priority inversion

説明

public void EventConfig::setMaxDispatchInterval ( int $max_interval , int $max_callbacks , int $min_priority )

Prevents priority inversion by limiting how many low-priority event callbacks can be invoked before checking for more high-priority events.

注意:

Available since libevent 2.1.0-alpha .

パラメータ

max_interval

An interval after which Libevent should stop running callbacks and check for more events, or 0 , if there should be no such interval.

max_callbacks

A number of callbacks after which Libevent should stop running callbacks and check for more events, or -1 , if there should be no such limit.

min_priority

A priority below which max_interval and max_callbacks should not be enforced. If this is set to 0 , they are enforced for events of every priority; if it's set to 1 , they're enforced for events of priority 1 and above, and so on.

返り値

Returns TRUE on success, otherwise FALSE.


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「EventConfig::setMaxDispatchInterval - Prevents priority inversion」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | EventConfig::setMaxDispatchInterval - Prevents priority inversion」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: