Package Information |
Summary |
Provides interface to the libeio library |
Maintainers |
Ruslan Osmanov <
osmanov at php dot net >
(lead)
[details]
|
License |
php |
Description |
This extension provides interface to the libeio library written by Marc Lehmann
<libeio at schmorp dot de>(see http://software.schmorp.de/pkg/libeio.html).
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.
Currently this extension supports GNU/Linux and BSD platforms only. But you can
try it on any UNIX OS. |
Release notes
Version 0.1.1
(alpha)
|
Fix: eio_poll was out of sync with the IPC Fix: pathnames in tests Change: dropped preprocessor checks on non-UNIX platforms, i.e. no plans to support non-UNIX |
|