WEBOPT parameter

From m204wiki
Revision as of 19:25, 22 June 2012 by DmeWiccan (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Default value
0
Parameter type
System
Where set
User 0 resettable
Related products
Janus Web Server
Introduced
Before Sirius Mods 6.5

Description

The WEBOPT parameter is a standard Model 204 bitmask-type parameter introduced in Sirius Mods version 6.5. The X'01' setting causes RACF calls to be performed in a special RACF subtask.

In cases where Janus Web Server is deployed and RACF handles login validation, the RACF call load for login-protected web pages can get very high. Since these calls often involve synchronous I/Os that stop the Model 204 main task, they are generally not very good for Model 204 performance. However, if you set the WEBOPT system parameter to X'01', these calls are done in a subtask, reducing their impact on Online performance dramatically.

X'01'
RACF Calls are performed in a special RACF subtask.