--- IO-AIO/Changes 2006/10/28 01:41:05 1.97 +++ IO-AIO/Changes 2006/10/28 23:32:29 1.98 @@ -4,12 +4,15 @@ TODO: aio_cp/mvtree/rmtree TODO: aio_utime, aio_chmod, aio_chown? -TODO: expose max_idle - - doc update. +2.1 + - INCOMPATIBLE CHANGE: replace IO::AIO::poll_some by + IO::AIO::max_poll_reqs and IO::AIO::max_poll_time. - fix a bug in aio_move where it would fail everytime it would have to copy files manually. + - doc updates. - start threads only on (very low) demand. - end superfluous threads automatically after 10s idling. + - add IO::AIO::max_idle to control this. - some tuning applied to random places. - add aio_mknod.