Installation guide
YoucancongureFlashMediaServertospawnFMSCoreprocessesbyconguringthescope
node in the global Application.x mlle.Validscopesincludeadaptor, vhost, app,
inst. e adaptor scope is a new feature in Flash Media Server 3.
Dependingonthescopeyouchoose,youcancongureeachcoreprocessseparately.For
example, if you congure the system to scope adaptors to dierent core processes, each setting in
the specic adaptor.xml le and all subsequent xml les would be used to congure that core
process.Inthisconguration,youcouldseteachcoreprocesstolistenonadierentport,or
changetheSSLorHTTPtunnelingsettings.
Inanotherexample,ifyousetscopeto“app,”eachcoreprocesscouldbeconguredwith
bandwidth limits—provided you had a separate application.x ml 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.
All of these settings are optimal for stateful applications where clients need to communicate with
eachother(chat,livevideo,gaming,ordatasharingsolutions).
<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 will not interfere.
33