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

Comparing IO-AIO/AIO.pm (file contents):
Revision 1.282 by root, Tue Feb 20 05:23:47 2018 UTC vs.
Revision 1.283 by root, Tue Feb 20 06:05:19 2018 UTC

2404temporary buffers, and each thread requires a stack and other data 2404temporary buffers, and each thread requires a stack and other data
2405structures (usually around 16k-128k, depending on the OS). 2405structures (usually around 16k-128k, depending on the OS).
2406 2406
2407=head1 KNOWN BUGS 2407=head1 KNOWN BUGS
2408 2408
2409Known bugs will be fixed in the next release. 2409Known bugs will be fixed in the next release :)
2410
2411=head1 KNOWN ISSUES
2412
2413Calls that try to "import" foreign memory areas (such as C<IO::AIO::mmap>
2414or C<IO::AIO::aio_slurp>) do not work with generic lvalues, such as
2415non-created hash slots or other scalars I didn't think of. It's best to
2416avoid such and either use scalar variables or making sure that the scalar
2417exists (e.g. by storing C<undef>) and isn't "funny" (e.g. tied).
2418
2419I am not sure anything can be done about this, so this is considered a
2420known issue, rather than a bug.
2410 2421
2411=head1 SEE ALSO 2422=head1 SEE ALSO
2412 2423
2413L<AnyEvent::AIO> for easy integration into event loops, L<Coro::AIO> for a 2424L<AnyEvent::AIO> for easy integration into event loops, L<Coro::AIO> for a
2414more natural syntax. 2425more natural syntax.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines