eio_busy
(PECL eio >= 0.0.1dev)
eio_busy — 人為的に負荷を高くする。テストやベンチマークなどで有用
説明
eio_busy(
int
int
callable
mixed
): resource
int
$delay
,int
$pri
= EIO_PRI_DEFAULT,callable
$callback
= NULL,mixed
$data
= NULL): resource
eio_busy() は人為的に負荷を高め、実行前に
delay
秒待ちます。デバッグやベンチマークに使えるでしょう。
パラメータ
delay
-
待つ秒数。
pri
-
リクエストの優先順位。
EIO_PRI_DEFAULT
、EIO_PRI_MIN
、EIO_PRI_MAX
あるいはnull
を指定します。null
を渡した場合、pri
は内部的にEIO_PRI_DEFAULT
となります。 callback
-
すべてのグループリクエストが終わったときに呼ばれるコールバック。
data
-
callback
に渡す任意の引数。
戻り値
eio_busy() は成功した場合にリクエストリソースを返します。
失敗した場合に false
を返します
参考
- eio_nop() - 何もせず、ただリクエストのサイクルを回す
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google