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

Comparing BDB/BDB.pm (file contents):
Revision 1.7 by root, Mon Mar 5 19:47:01 2007 UTC vs.
Revision 1.8 by root, Wed May 9 06:42:23 2007 UTC

182Strictly equivalent to: 182Strictly equivalent to:
183 183
184 BDB::poll_wait, BDB::poll_cb 184 BDB::poll_wait, BDB::poll_cb
185 while BDB::nreqs; 185 while BDB::nreqs;
186 186
187=back
188
187=head3 CONTROLLING THE NUMBER OF THREADS 189=head3 CONTROLLING THE NUMBER OF THREADS
190
191=over 4
188 192
189=item BDB::min_parallel $nthreads 193=item BDB::min_parallel $nthreads
190 194
191Set the minimum number of AIO threads to C<$nthreads>. The current 195Set the minimum number of AIO threads to C<$nthreads>. The current
192default is C<8>, which means eight asynchronous operations can execute 196default is C<8>, which means eight asynchronous operations can execute

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines