MAXTEMP (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
Line 2: Line 2:
<span class="pageSubtitle"><section begin="desc" />MAXTEMP nnnn -- Max number of CCATEMP pages allowed in use on a Web connection<section end="desc" /></span>
<span class="pageSubtitle"><section begin="desc" />MAXTEMP nnnn -- Max number of CCATEMP pages allowed in use on a Web connection<section end="desc" /></span>


MAXTEMP is a parameter on [[JANUS DEFINE]], which defines and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
<var>MAXTEMP</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].


This parameter specifies the maximum number of CCATEMP pages allowed to be used by a web request for holding input (file upload) and output (dynamically generated HTML) data. A huge file upload request from a browser or a bug in a web server application can result in a web request exhausting CCATEMP in an Online. The MAXTEMP parameter ensures that no web application will use more than a specified number of CCATEMP pages.  
This parameter specifies the maximum number of CCATEMP pages allowed to be used by a web request for holding input (file upload) and output (dynamically generated HTML) data. A huge file upload request from a browser or a bug in a web server application can result in a web request exhausting CCATEMP in an Online. The <var>MAXTEMP</var> parameter ensures that no web application will use more than a specified number of CCATEMP pages.  


The default for MAXTEMP is 100, which allows uploads of files up to 614,400 bytes long or generation of 614,400 bytes of dynamic HTML.  
The default for <var>MAXTEMP</var> is 100, which allows uploads of files up to 614,400 bytes long or generation of 614,400 bytes of dynamic HTML.  


Static pages and binaries are not moved through CCATEMP so are not affected by this parameter. If there is a need to upload large files from a web browser or an application has a need to generate extremely large dynamic pages, specify a large MAXTEMP in the web port definition.  
Static pages and binaries are not moved through CCATEMP so are not affected by this parameter. If there is a need to upload large files from a web browser or an application has a need to generate extremely large dynamic pages, specify a large <var>MAXTEMP</var> in the web port definition.  


MAXTEMP is valid only for WEBSERV ports.
<var>MAXTEMP</var> is valid only for WEBSERV ports.


==References==
==References==

Revision as of 19:18, 27 February 2012

<section begin="desc" />MAXTEMP nnnn -- Max number of CCATEMP pages allowed in use on a Web connection<section end="desc" />

MAXTEMP is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port. See the List of JANUS DEFINE parameters.

This parameter specifies the maximum number of CCATEMP pages allowed to be used by a web request for holding input (file upload) and output (dynamically generated HTML) data. A huge file upload request from a browser or a bug in a web server application can result in a web request exhausting CCATEMP in an Online. The MAXTEMP parameter ensures that no web application will use more than a specified number of CCATEMP pages.

The default for MAXTEMP is 100, which allows uploads of files up to 614,400 bytes long or generation of 614,400 bytes of dynamic HTML.

Static pages and binaries are not moved through CCATEMP so are not affected by this parameter. If there is a need to upload large files from a web browser or an application has a need to generate extremely large dynamic pages, specify a large MAXTEMP in the web port definition.

MAXTEMP is valid only for WEBSERV ports.

References

See: List of Janus commands | List of JANUS DEFINE parameters.