downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

eio_cancel> <Eio Functions
[edit] Last updated: Fri, 26 Apr 2013

view this page in

eio_busy

(PECL eio >= 0.0.1dev)

eio_busyArtificially increase load. Could be useful in tests, benchmarking.

Description

resource eio_busy ( int $delay [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] )

eio_busy() artificially increases load taking delay seconds to execute. May be used for debugging, or benchmarking.

Parameters

delay

Delay in seconds

pri

The request priority: EIO_PRI_DEFAULT, EIO_PRI_MIN, EIO_PRI_MAX, or NULL. If NULL passed, pri internally is set to EIO_PRI_DEFAULT.

callback

This callback is called when all the group requests are done.

data

Arbitrary variable passed to callback.

Return Values

eio_busy() returns request resource on success or FALSE on error.

See Also

  • eio_nop


add a note add a note User Contributed Notes eio_busy - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites