Portal Express, Version 6.0
Operating systems: i5/OS, Linux, Windows
Parallel portlet rendering
On a Consumer portal you can set parallel portlet rendering for the WSRP services that you consume as remote portlets from the Producer.
If you want to enable parallel portlet rendering in the portal, set one or both of the parameters for parallel portlet rendering to true. You change the values for these parameters in the Portlet Container Service. For details about how to change the parameters refer to Setting configuration properties. The settings depend on the type of portlets that you use and on whether you consume WSRP services as remote portlets or not:
- For parallel rendering of your local IBM API portlets, enable legacy.useParallelRendering.
- For parallel rendering of your local standard API compliant portlets, enable std.useParallelRendering.
- For parallel rendering of WSRP services that you consume in your Consumer portal as remote portlets, enable std.useParallelRendering.
If you enable this parameter for use with remote portlets in your Consumer portal, you might encounter errors with parallel portlet rendering of remote portlets in your Consumer portal due to the longer time required for rendering. In this case increase the value for its timeout parameter parallelRenderingTimeOut to 10000 or more.
The settings that you specify do not influence the invocation via WSRP of portlets that the Producer provides. This is because the Consumer always sends a separate WSRP request for each single portlet.
Parent topic:
Customizing the WSRP configuration of your Consumer portalRelated tasks
Setting configuration propertiesRelated information
Portal configuration services