IO::Event

Tied Filehandles for Nonblocking IO with Object Callbacks
Download

IO::Event Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • David Muir Sharnoff
  • Publisher web site:
  • http://search.cpan.org/~muir/

IO::Event Tags


IO::Event Description

Tied Filehandles for Nonblocking IO with Object Callbacks IO::Event is a Perl module that provides a object-based callback system for handling nonblocking IO. The design goal is to provide a system that just does the right thing w/o the user needing to think about it much.All APIs are kept as simple as possible yet at the same time, all functionality is accesible if needed. Simple things are easy. Hard things are possible.Most of the time file handling syntax will work fine: and print $filehandle 'stuff'.After initial setup, call IO::Event::loop().IO::Event was originally written to use Event. It turns out that Event has bugs and now IO::Event can provide it's own select loop instead of using the one from Event.SYNOPSIS use IO::Event; use IO::Event 'emulate_Event'; my $ioe = IO::Event->new($filehandle); my $ioe = IO::Event::Socket::INET->new( ) my $ioe = IO::Event::Socket::UNIX->new( ) my $timer = IO::Event->timer(interval => $seconds); IO::Event::loop(); IO::Event::unloop_all(); Requirements: · Perl


IO::Event Related Software