+

Search Tips   |   Advanced Search

VirtualPortalIdentificationService.properties

 

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

# ------------------------------------------------ #
# Properties of the Virtual Portal Mapping Service #
# ------------------------------------------------ #

# ------------------------------------------------ #
# Some properties related to the workArea feature. #
# They will only be used if the workarea feature   #
# is enabled.                                      #
# ------------------------------------------------ #

# The name of the workAreaPartition. Can be any name.
#
# Default: WPS_VP_PARTITION

#workarea.partitionName = WPS_VP_PARTITION


# The maximum number of bytes being sent by the partition when sharing data
# with other processes/threads
#
# Default: 2048

#workarea.maxSendSize = 2048


# The maximum number of bytes being received by the partition when sharing data
# with other processes/threads
#
# Default: 2048

#workarea.maxReceiveSize = 2048     


# Defines whether the workarea partition is able to share data in both 
# directions (send and receive)
#
# Default: true

#workarea.bidirectional = true  


# A performance relevant property. When set to true, it prevents the workarea from
# immediate serialization of attributes stored in the workarea using a set() method. This
# allows following get() calls to be served without deserialization of attributes. 
#  
# Default: true

#workarea.deferredAttributeSerialization = true