POE::Driver::SysRW - POE sysread/syswrite Abstraction


NAME

POE::Driver::SysRW - POE sysread/syswrite Abstraction


SUPPORTED PLATFORMS

This module is not included with the standard ActivePerl distribution. It is available as a separate download using PPM.

SYNOPSIS

  $driver = new POE::Driver::SysRW();
  $arrayref_of_data_chunks = $driver->get($filehandle);
  $queue_size = $driver->put($arrayref_of_data_chunks);
  $queue_size = $driver->flush($filehandle);


DESCRIPTION

This driver provides an abstract interface to sysread and syswrite.


PUBLIC METHODS


SEE ALSO

POE::Driver


BUGS

Oh, probably some.


AUTHORS & COPYRIGHTS

Please see the POE manpage.

 POE::Driver::SysRW - POE sysread/syswrite Abstraction