ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-AIO/AIO.pm
(Generate patch)

Comparing Linux-AIO/AIO.pm (file contents):
Revision 1.10 by root, Mon Apr 1 20:30:08 2002 UTC vs.
Revision 1.11 by root, Tue Apr 2 14:01:09 2002 UTC

21package Linux::AIO; 21package Linux::AIO;
22 22
23use base 'Exporter'; 23use base 'Exporter';
24 24
25BEGIN { 25BEGIN {
26 $VERSION = 0.011; 26 $VERSION = 0.1;
27 27
28 @EXPORT = qw(aio_read aio_write aio_open aio_close aio_stat aio_lstat); 28 @EXPORT = qw(aio_read aio_write aio_open aio_close aio_stat aio_lstat);
29 @EXPORT_OK = qw(poll_fileno poll_cb min_parallel max_parallel nreqs); 29 @EXPORT_OK = qw(poll_fileno poll_cb min_parallel max_parallel nreqs);
30 30
31 require XSLoader; 31 require XSLoader;
100 100
101=head1 BUGS 101=head1 BUGS
102 102
103This module has not yet been extensively tested. Watch out! 103This module has not yet been extensively tested. Watch out!
104 104
105 - aio_stat/lstat are seriously missing here. 105 - perl-threads/fork interaction poorly tested.
106 - aio_open gives a fd, but all other functions expect a filehandle.
106 107
107=head1 SEE ALSO 108=head1 SEE ALSO
108 109
109L<Coro>. 110L<Coro>.
110 111

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines