CGI::MxScreen::Tie::Buffered_Output - Buferring of screen outputs


CGI-MxScreen documentation  | view source Contained in the CGI-MxScreen distribution.

Index


NAME

Top

CGI::MxScreen::Tie::Buffered_Output - Buferring of screen outputs

SYNOPSIS

Top

 # Not meant to be used directly

DESCRIPTION

Top

This class is used to tie STDOUT from within CGI::MxScreen, provided the configuration variable $mx_buffer_stdout is true: see CGI::MxScreen::Config.

The advantages of buffering STDOUT are:

The disadvantages are that there is a slight overhead due to tbe memory buffering, and also that more memory is needed for the process to run.

AUTHOR

Top

Raphael Manfredi <Raphael_Manfredi@pobox.com>

SEE ALSO

Top

CGI::MxScreen::Config(3).


CGI-MxScreen documentation  | view source Contained in the CGI-MxScreen distribution.