The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MogileFS:Client::Async

SYNOPSIS

   my $mogfs = MogileFS::Client::Async->new( ... )

   $mogfs->read_to_file($key, $filename);
   
   $mogfs->store_file($key, $class, $filename, \%opts );
   
   $mogfs->store_content($key, $class, \$content, \%opts );

DESCRIPTION

This package provides replacement implementations of some methods in MogileFS::Client to allow for non-blocking IO under AnyEvent and the ability to read and write files stored in MogileFS without needing to store the entire file in memory.

SEE ALSO