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

Comparing IO-AIO/Changes (file contents):
Revision 1.30 by root, Mon Aug 15 03:14:51 2005 UTC vs.
Revision 1.34 by root, Wed Aug 17 03:16:56 2005 UTC

1TODO: better type checking (i.e. make sure the callback is a callback) 1Revision history for IO::AIO
2 2
3Revision history for IO::AIO 31.3
4 - properly propagate exceptions from callbacks, instead of silently
5 eating them.
6 - forking while in an atfork handler is now supported, although
7 I am pretty sure some pthread implementations will barf - don't
8 fork in an AIO callback if that is a concern for you.
9
101.2 Wed Aug 17 01:22:58 CEST 2005
11 - verified on cygwin, linux/amd64+ia32+alpha, solaris.
12 - use SvPVbyte for filenames now. You *need* to encode your strings to
13 the external filename encoding first.
14 - fix the bug where filehandles could leak (again).
15 - clarify freebsd situation: make it work and tell me how, or go away
16 with your underdocumented, broken and outdated OS.
17 - fork'ing should now be officially supported (where linux and
18 posix contradict each other, I followed posix).
19 - only call read() once per poll, not twice (speedup).
20 - new functions: aio_rmdir, aio_symlink.
21 - force callback arguments to be undef or a reference, for better
22 error catching.
4 23
51.1 Sun Aug 7 05:27:23 CEST 2005 241.1 Sun Aug 7 05:27:23 CEST 2005
6 - added configure script to detect availability of some calls. 25 - added configure script to detect availability of some calls.
7 (imperfect, as we cannot detect things like -lrt due to missing 26 (imperfect, as we cannot detect things like -lrt due to missing
8 feedback yet). 27 feedback yet).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines