Installation guide
Distributed process scopes
There are three processes, each able to accept connections.
Users connected to the same application may not be able
to communicate or share RAM because they are connected
to a dierent process. Useful for stateless deployments.
Likeprocessscopes,thedistributedcorefeatureletsyouincreasethecapacityofyourserver.
Distributed cores let you engage more RAM for the cache and more threading for the
process-intensiveconnectionroutine.DistributedcoresarebestusedforVODapplications
(commercialorsocial).eycannotbeusedwhendeployingamultiwayhybridorlivesolution
because connections need to be on the same core process to share communication.
InsidetheApplication.xml conguration le, the default settings disable distributed
process scopes.
<Process>
<Scope></Scope>
<Distribute numprocs=”0”></Distribute>
<LifeTime>
<RollOver></RollOver>
<MaxCores></MaxCores>
</LifeTime>
</Process>
You can distribute connections to scopes in <Scope>. e following gure shows your options
for process distributions. e le column shows the settings for <Scope>. e top row is the
settings for <Distribute>. As you can see, if you set <Scope>vhost</Scope>, your
options for <Distribute> are app, inst, and clients.
Distributed process scope options
38