POE::Component::Fuse

Using FUSE in POE asynchronously
Download

POE::Component::Fuse Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Apocalypse
  • Publisher web site:
  • http://search.cpan.org/~apocal/

POE::Component::Fuse Tags


POE::Component::Fuse Description

Using FUSE in POE asynchronously POE::Component::Fuse is a Perl module that allows you to use FUSE filesystems in POE. Basically, it is a wrapper around Fuse and exposes it's API via events. Furthermore, you can use Filesys::Virtual to handle the filesystem.The standard way to use this module is to do this: use POE; use POE::Component::Fuse; POE::Component::Fuse->spawn( ... ); POE::Session->create( ... ); POE::Kernel->run();Naturally, the best way to quickly get up to speed is to study other implementations of FUSE to see what they have done. Furthermore, please look at the scripts in the examples/ directory in the tarball! Requirements: · Perl


POE::Component::Fuse Related Software