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.110 by root, Sun Jul 8 09:09:34 2007 UTC vs.
Revision 1.111 by root, Mon Aug 13 12:08:13 2007 UTC

1295bytes of memory. In addition, stat requests need a stat buffer (possibly 1295bytes of memory. In addition, stat requests need a stat buffer (possibly
1296a few hundred bytes), readdir requires a result buffer and so on. Perl 1296a few hundred bytes), readdir requires a result buffer and so on. Perl
1297scalars and other data passed into aio requests will also be locked and 1297scalars and other data passed into aio requests will also be locked and
1298will consume memory till the request has entered the done state. 1298will consume memory till the request has entered the done state.
1299 1299
1300This is now awfully much, so queuing lots of requests is not usually a 1300This is not awfully much, so queuing lots of requests is not usually a
1301problem. 1301problem.
1302 1302
1303Per-thread usage: 1303Per-thread usage:
1304 1304
1305In the execution phase, some aio requests require more memory for 1305In the execution phase, some aio requests require more memory for

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines