Skip Menu |

This queue is for tickets about the IO-AIO-Util CPAN distribution.

Report information
The Basics
Id: 56423
Status: rejected
Priority: 0/
Queue: IO-AIO-Util

People
Owner: Nobody in particular
Requestors: felix.ostmann [...] thewar.de
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.09
Fixed in: (no value)



Subject: using non-async function
$idx++ and return $sub->() if &POSIX::EEXIST == $! and not ($idx == $#dir and not -d $path); -d $path should be fetched with aio_stat($path, ...)
On Fri Apr 09 08:01:49 2010, Sadrak wrote: Show quoted text
> $idx++ and return $sub->() if &POSIX::EEXIST == $! > and not ($idx == $#dir and not -d $path); > > -d $path should be fetched with aio_stat($path, ...)
This is happening within the callback of aio_mkdir, so the stat should be cached by the filesystem and since stat is generally non-blocking anyhow...