--- IO-AIO/Changes 2007/10/06 14:05:19 1.133 +++ IO-AIO/Changes 2008/04/12 23:33:11 1.138 @@ -3,8 +3,20 @@ TODO: better autoconf.pm that can return LIBS etc. TODO: aio_cptree/mvtree TODO: reduce condvar fairness: schedule hot-cache-threads first? -TODO: fix setsig TODO: splice/tee/vmsplice/sync_file_range? (http://kerneltrap.org/node/6505 http://lwn.net/Articles/178199/) +TODO: aio_fcntl, at least for file-locking + + - fix treescan output duplication and improve output ordering. + also display files given on the commandline. + - do our own stack memory management for threads - linux + allocates outrageous amounts of VM (not so bad unless you + use mlockall...), which severely limits the number of threads + on 32-bit arches. + +2.6 Sun Mar 30 08:28:11 CEST 2008 + - added aio_sync. + - added aio_pathsync. + - fix prototypes of (void) functions. 2.51 Sat Oct 6 16:04:54 CEST 2007 - perlio isn't generally threadsafe, so aio_close could not work reliably.