freebsd-ports/devel/pecl-eio/pkg-descr
Martin Wilke baed371a8c 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/

PR:		ports/176323
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
2013-03-02 16:45:58 +00:00

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/