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.29 by root, Wed Aug 17 04:47:02 2005 UTC vs.
Revision 1.30 by root, Wed Aug 17 04:47:38 2005 UTC

353 353
354Before the fork IO::AIO first handles all outstanding requests - if other 354Before the fork IO::AIO first handles all outstanding requests - if other
355threads add requests during this period, this time is prolonged. It then 355threads add requests during this period, this time is prolonged. It then
356enters a quiescent state where no requests can be added in other threads 356enters a quiescent state where no requests can be added in other threads
357and no results will be processed. After the fork the parent simply leaves 357and no results will be processed. After the fork the parent simply leaves
358the quiescent state and continues request processing, while the child will 358the quiescent state and continues request processing, while the child
359free the request and result queue and start the same number of threads as 359starts the same number of threads as were in use by the parent.
360were in use by the parent.
361 360
362=head1 SEE ALSO 361=head1 SEE ALSO
363 362
364L<Coro>, L<Linux::AIO>. 363L<Coro>, L<Linux::AIO>.
365 364

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines