| CGI-MxScreen documentation | view source | Contained in the CGI-MxScreen distribution. |
CGI::MxScreen::Tie::Buffered_Output - Buferring of screen outputs
# Not meant to be used directly
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:
bounce() call. See CGI::MxScreen::Screen. 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.
Raphael Manfredi <Raphael_Manfredi@pobox.com>
CGI::MxScreen::Config(3).
| CGI-MxScreen documentation | view source | Contained in the CGI-MxScreen distribution. |