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.112 by root, Tue Sep 11 08:25:16 2007 UTC vs.
Revision 1.113 by root, Thu Sep 20 14:06:21 2007 UTC

1207This is a very bad function to use in interactive programs because it 1207This is a very bad function to use in interactive programs because it
1208blocks, and a bad way to reduce concurrency because it is inexact: Better 1208blocks, and a bad way to reduce concurrency because it is inexact: Better
1209use an C<aio_group> together with a feed callback. 1209use an C<aio_group> together with a feed callback.
1210 1210
1211Sets the maximum number of outstanding requests to C<$nreqs>. If you 1211Sets the maximum number of outstanding requests to C<$nreqs>. If you
1212to queue up more than this number of requests, the next call to the 1212do queue up more than this number of requests, the next call to the
1213C<poll_cb> (and C<poll_some> and other functions calling C<poll_cb>) 1213C<poll_cb> (and C<poll_some> and other functions calling C<poll_cb>)
1214function will block until the limit is no longer exceeded. 1214function will block until the limit is no longer exceeded.
1215 1215
1216The default value is very large, so there is no practical limit on the 1216The default value is very large, so there is no practical limit on the
1217number of outstanding requests. 1217number of outstanding requests.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines