About this task
The work area partition service extends the work area service
by allowing the creation of multiple work areas with more configuration
options than what is available to the UserWorkArea partition. Follow
these steps to create and configure a work area partition:
Procedure
- Create a user defined partition on the server.
- Start the administrative console.
- Click .
- Click New.
- On the settings page for work area partitions, specify
values such as the partition name, maxSendSize and maxReceiveSize,
then click OK.
- Save the new configuration.
- Restart the server to apply the new configuration.
- Create a user defined partition on the client. Use
the createWorkAreaPartition method described in the The Work area
partition manager interface article to programmatically create a partition.
Refer to the Example: Using the work area partition manager article
for an example of using this method.
Results
You have created a work area partition.
What to do next
Retrieve the partition through the work area partition manager
interface and use it as defined by the work area service and the UserWorkArea
interface. Refer to the Example: Using the work area partition manager
article for an example.