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

Comparing BDB/BDB.pm (file contents):
Revision 1.12 by root, Mon Aug 13 12:07:46 2007 UTC vs.
Revision 1.13 by root, Mon Aug 13 12:07:55 2007 UTC

571bytes of memory. In addition, stat requests need a stat buffer (possibly 571bytes of memory. In addition, stat requests need a stat buffer (possibly
572a few hundred bytes), readdir requires a result buffer and so on. Perl 572a few hundred bytes), readdir requires a result buffer and so on. Perl
573scalars and other data passed into aio requests will also be locked and 573scalars and other data passed into aio requests will also be locked and
574will consume memory till the request has entered the done state. 574will consume memory till the request has entered the done state.
575 575
576This is now awfully much, so queuing lots of requests is not usually a 576This is not awfully much, so queuing lots of requests is not usually a
577problem. 577problem.
578 578
579Per-thread usage: 579Per-thread usage:
580 580
581In the execution phase, some aio requests require more memory for 581In the execution phase, some aio requests require more memory for

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines