ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/Changes
(Generate patch)

Comparing IO-AIO/Changes (file contents):
Revision 1.68 by root, Sat Oct 21 23:06:04 2006 UTC vs.
Revision 1.95 by root, Fri Oct 27 20:10:06 2006 UTC

1Revision history for IO::AIO 1Revision history for IO::AIO
2 2
3TODO: better autoconf.pm that can return LIBS etc. 3TODO: better autoconf.pm that can return LIBS etc.
4TODO: maxidle? exit after idle time?
5TODO: aio_copy, aio_cp/mvtree/rmtree
6TODO: aio_mknod, aio_mkfifo, aio_utime, aio_chmod, aio_chown?
4 7
5TODO: - aio requests can be grouped using aio_group. 8 - fix a bug in aio_move where it would fail everytime
62.0 9 it would have to copy files manually.
7 - aio functions now return control block objects that 10 - start threads only on (very low) demand.
8 can be used to cancel requests. 11 - some tuning applied to random places.
12 - add aio_mknod.
13
142.0 Thu Oct 26 18:27:58 CEST 2006
15 - minor incompatibility: max_outstanding semantics have changed.
16 - major rewrite, consider all functionality EXPERIMENTAL.
9 - aio requests can be cancelled. 17 - aio requests can be cancelled.
18 - callbacks can be (re-)set later.
19 - aio requests can choose between 9 priorities.
20 - add aio_group: aio requests can be grouped
21 into composite requests.
22 - generator interface for groups.
23 - add IO::AIO::poll_some.
24 - major documentation improvements.
25 - very minor bugfixes.
26 - add aio_nop for dummy requests.
27 - add aio_busy mainly for benchmarking and debugging.
28 - use "fast" mutexes on linux.
29 - use dynamic (and larger) buffers instead of
30 putting them onto the stack.
31 - optimise x86 and amd64 a bit.
32 - better error checking when ENOMEM.
33 - hopefully fix mem and dirp leaks on fork.
34 - warn about broken perl malloc.
35 - compiles on cygwin (but pread is broken on cygwin
36 which is not detected by autoconf, so you have to
37 edit autoconf/config.h yourself to enable emulation).
10 38
111.8 Sat Jun 24 22:20:44 CEST 2006 391.8 Sat Jun 24 22:20:44 CEST 2006
12 - add and/or document aio_rename, aio_link, aio_symlink and aio_move. 40 - add and/or document aio_rename, aio_link, aio_symlink and aio_move.
13 41
141.73 Wed Mar 1 22:49:32 CET 2006 421.73 Wed Mar 1 22:49:32 CET 2006
48 - somebody nagged about C89 compatibility, so this release should 76 - somebody nagged about C89 compatibility, so this release should
49 be C89 compatible, but no guarantees for future ones. 77 be C89 compatible, but no guarantees for future ones.
50 - abort when the configure script fails. 78 - abort when the configure script fails.
51 79
521.4 Wed Aug 17 08:07:27 CEST 2005 801.4 Wed Aug 17 08:07:27 CEST 2005
53 - forget to recreate the pipe after forking, this could cause 81 - forgot to recreate the pipe after forking, this could cause
54 deadlocks. 82 deadlocks.
55 83
561.3 Wed Aug 17 07:25:54 CEST 2005 841.3 Wed Aug 17 07:25:54 CEST 2005
57 - properly propagate exceptions from callbacks, instead of silently 85 - properly propagate exceptions from callbacks, instead of silently
58 eating them. 86 eating them.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines