new Perl module: IO::AIO

Jul 10, 2005 15:14

One of my favorite CPAN contributors, Marc Lehmann, author of the wonderful Linux::AIO and Coro modules, just released a new module:

http://search.cpan.org/~mlehmann/IO-AIO/AIO.pm

It's like Linux::AIO, but portable.

tech, perl

Leave a comment

Comments 7

pne July 11 2005, 05:59:10 UTC
Have you ever met Marc?

Reply


Using IO::AIO for FreeBSD and perlbal bsdguru July 12 2005, 08:01:48 UTC
I'm planning on looking at getting IO::AIO going with perlbal on FreeBSD. Also downloaded that FD::Parser that you were talking about ages ago.

Reply

Re: Using IO::AIO for FreeBSD and perlbal brad July 12 2005, 16:48:42 UTC
I almost got it working last night. Perlbal already has an AIO abstraction layer, and IO::AIO is almost perfectly compatible with Linux::AIO, except for aio_open gets a $fh in IO:: instead of a $fd as in Linux::.

I plan to finish it up today.

Reply

Re: Using IO::AIO for FreeBSD and perlbal bsdguru July 12 2005, 17:34:38 UTC
Excellent! :)

Reply

Re: Using IO::AIO for FreeBSD and perlbal bsdguru July 13 2005, 20:21:43 UTC
How did the coding go?

Reply


Leave a comment

Up