ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/AIO.pm
(Generate patch)

Comparing IO-AIO/AIO.pm (file contents):
Revision 1.275 by root, Fri Sep 22 05:20:39 2017 UTC vs.
Revision 1.276 by root, Fri Sep 22 05:24:41 2017 UTC

2085If the limit cannot be raised enough, the function makes a best-effort 2085If the limit cannot be raised enough, the function makes a best-effort
2086attempt to increase the limit as much as possible, using various 2086attempt to increase the limit as much as possible, using various
2087tricks, while still failing. You can query the resulting limit using 2087tricks, while still failing. You can query the resulting limit using
2088C<IO::AIO::get_fdlimit>. 2088C<IO::AIO::get_fdlimit>.
2089 2089
2090If an error occurs, returns C<undef> and sets C<$!>. 2090If an error occurs, returns C<undef> and sets C<$!>, otherwise returns
2091true.
2091 2092
2092=item IO::AIO::sendfile $ofh, $ifh, $offset, $count 2093=item IO::AIO::sendfile $ofh, $ifh, $offset, $count
2093 2094
2094Calls the C<eio_sendfile_sync> function, which is like C<aio_sendfile>, 2095Calls the C<eio_sendfile_sync> function, which is like C<aio_sendfile>,
2095but is blocking (this makes most sense if you know the input data is 2096but is blocking (this makes most sense if you know the input data is

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines