+

Search Tips   |   Advanced Search

PortletContainerService.properties

 

# Licensed Materials - Property of IBM, 5724-E76, (C) Copyright IBM Corp. 2004 - All Rights reserved.

# Parallel Portlet Rendering
#
# Parallel portlet rendering is disabled by default, can be enabled
# for all markups or for individual markups
#
# uncomment the following lines to turn on parallel portlet rendering for HTML only

# Default: false
#legacy.useParallelRendering.html = true

# Default: false
#std.useParallelRendering.html = true


# Time out for PPR Pipes (in milliseconds)
#
# Default: 2000 

#parallelRenderingTimeOut = 2000


# Time out while waiting for running PPR Threads to end (in milliseconds).
# A low timeout may cause exceptions, because PPR Threads may not be able to finish their work.
# A high timeout may cause an increase of the portal response time.
#
# Default: 1

#parallelRenderingWaitTimeOut = 1


# Queue Size for PPR Pipes (in bytes)
#
# Default: 8192

#parallelRenderingQueueSize = 8192  


# Read Chunk Size for PPR Pipes (in bytes)
#
# Default: 1024

#parallelRenderingChunkSize = 1024


# PPR pipe pool hysteresis strength
#
# Default: 10

#parallelRenderingPoolHysteresis = 10


# PPR pipe pool compact rate (in seconds)
#
# Default: 300

#parallelRenderingPoolCompactRate = 300


# Portlet filtering
#
# Default: true

#legacy.portlet.enable.filtering = true