Sys-Sendfile

Sys::Sendfile provides access to your operating system's C<sendfile> facility. It allows you to efficiently transfer data from one filehandle to another. Typically the source is a file on disk and the sink is a socket, and some operating systems may not even support other usage.

INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Sys::Sendfile

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Sys-Sendfile

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Sys-Sendfile

    CPAN Ratings
        http://cpanratings.perl.org/d/Sys-Sendfile

    Search CPAN
        http://search.cpan.org/dist/Sys-Sendfile


COPYRIGHT AND LICENCE

Copyright (C) 2009 Leon Timmermans

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.