
Chapter 350
• The following set of Application.xml tags has been customized for real-world use. The
<RecordAppLog> tag is set to TRUE. The runtime size of the JavaScript (JS) engine is increased
from the default to 2 MB. The storage directory for streams is set to C:\FlashStreams\. The
storage directory for shared objects is set to C:\FlashObjs\. The bandwidth limits are set to the
defaults.
<Application>
<LoadOnStartup>false</LoadOnStartup>
<MaxAppIdleTime>1200</MaxAppIdleTime>
<RecordAppLog>true</RecordAppLog>
<JSEngine>
<RuntimeSize>2048</RuntimeSize>
<MaxTimeOut>0</MaxTimeOut>
<ScriptLibPath>C:\Program Files\Macromedia Flash Communication Server
MX\scriptlib</ScriptLibPath>
</JSEngine>
<StreamManager>
<StorageDir>C:\FlashStreams\</StorageDir>
<EnhancedSeek>false</EnhancedSeek>
<KeyFrameInterval>5000</KeyFrameInterval>
</StreamManager>
<SharedObjManager>
<StorageDir>C:\FlashObjs\</StorageDir>
</SharedObjManager>
<Client>
<Bandwidth override= "yes">
<ServerToClient>250000</ServerToClient>
<ClientToServer>250000</ClientToServer>
</Bandwidth>
<BandwidthCap override= "no">
<ServerToClient>10000000</ServerToClient>
<ClientToServer>10000000</ClientToServer>
</BandwidthCap>
<HTTPTunnel>
<IdlePostInterval>512</IdlePostInterval>
<IdleAckInterval>512</IdleAckInterval>
</HTTPTunnel>
</Client>
</Application>
Comentários a estes Manuais