baed371a8c
Libeio is a an asynchronous I/O library. Features basically include asynchronous versions of POSIX API(read, write, open, close, stat, unlink, fdatasync, mknod, readdir etc.); sendfile (native on Solaris, Linux, HP-UX, FreeBSD); readahead. libeio itself emulates the system calls, if they are not available on specific(UNIX-like) platform. WWW: http://pecl.php.net/package/eio/ PR: ports/176323 Submitted by: Gasol Wu <gasol.wu@gmail.com>
9 lines
437 B
Text
9 lines
437 B
Text
This extension provides interface to the libeio library.
|
|
|
|
Libeio is a an asynchronous I/O library. Features basically include
|
|
asynchronous versions of POSIX API(read, write, open, close, stat, unlink,
|
|
fdatasync, mknod, readdir etc.); sendfile (native on Solaris, Linux, HP-UX,
|
|
FreeBSD); readahead. libeio itself emulates the system calls, if they are not
|
|
available on specific(UNIX-like) platform.
|
|
|
|
WWW: http://pecl.php.net/package/eio/
|