Linux-AIO
view release on metacpan or search on metacpan
Revision history for Linux::AIO
This module has been mostly superseded by IO::AIO, which is API
compatible.
* works on: ia32, amd64, alpha, sparc64.
* likely works on: s390, m68k, arm.
* unlikely to work on: ia64, hppa, v850, sparc32, mips64, ppc64.
1.9 Thu Feb 2 00:46:46 CET 2006
- added patch by Nicholas Clark to force optimization,
which is required for syscalls to be inlined on ia32.
1.8 Wed Aug 17 18:56:14 CEST 2005
- return immediately from poll_wait if nreqs==0.
- use <linux/unistd.h> and try to make it work.
- replaced tests by better ones by Brad Fitzpatrick.
- fix a bug where the data scalar would be truncated if
the data offset is != 0.
- added t/02_read.t.
1.51 Sat Jul 2 15:18:21 CEST 2005
- last release was borked.
- killing threads increases nreqs count infinitely.
- fixed a bug in queueing => many outstanding
requests lead to starvation.
- new function Linux::AIO::poll_wait.
- documented Linux::AIO::max_parallel.
1.41 Thu Mar 3 18:00:52 CET 2005
- change of contact address.
1.4 Sat Jan 15 01:04:27 CET 2005
- clarify licensing (same terms as perl itself).
1.3 Sat Aug 7 17:25:31 CEST 2004
- ported to AMD64, possibly other 64 bit architecturs
(inspired by Joshua Hoblitt).
- removed support for old libcs, kernels (2.2).
1.2 Sun Jul 18 12:54:43 CEST 2004
- do not clone signal handlers.
- when the parent thread dies, kill the child threads.
0.1 Tue Apr 2 04:35:28 CEST 2002
- use pread/pwrite instead of lseek+read/write.
- fixed syscall prototypes.
- add stat/lstat calls.
- fixed max_parallel deadlock problem.
- beginning of a testsuite.
- fixed aio_close.
- paths are now properly saved.
0.011 Tue Dec 25 03:02:30 CET 2001
- make it compile with 5.6.1 and maybe older versions. Boy is it
ugly now.
0.01 Mon Oct 8 14:57:59 CEST 2001
- fixed syntax errors so it compiles with gcc-2.95.4 as well.
0.002
- added Changes, aio_open, aio_close.
0.001
( run in 0.244 second using v1.01-cache-2.11-cpan-e5176c747c2 )