Installation guide
YoucancongureFlashMediaServertospawnFMSCoreprocessesbyconguringthescopenode
in the global Application.xml le. Valid scopes include adaptor, vhost, app, inst.
Depending on the scope you choose, you can congure each core process separately. For example,
if you congure the system to scope adaptors to dierent core processes, each setting in the specic
adaptor.xmlleandallsubsequentXMLlesareusedtocongurethatcoreprocess.Inthis
conguration,youcanseteachcoreprocesstolistenonadierentport,orchangetheSSLor
HTTP tunneling settings.
Inanotherexample,ifyousetscopetoapp, you can congure each core process with
bandwidth limits, provided you have a separate application.xml le for each application
running on your system.
e following process conguration is the default:
<Process>
<Scope></Scope>
<Distribute numprocs=”1”></Distribute>
<LifeTime>
<RollOver></RollOver>
<MaxCores></MaxCores>
</LifeTime>
<MaxFailures>2</MaxFailures>
<RecoveryTime>300</RecoveryTime>
</Process>
Let’slookathowchangingthescopesettingaectsyoursystem.efollowingguresillustrate
the eect of changing your scope conguration.
ese settings are optimal for stateful applications where clients need to communicate with each
other(chat,livevideo,gaming,ordata-sharingsolutions).
<scope></scope>
No process scope (default setting). All clients connect to
a single scope.
<scope>adaptor</scope>
Process scope “adaptor.” Each adaptor has its own
core process. Virtual hosts and applications running
on dierent adaptors do not interfere.
36