MACROMEDIA FLASH COMMUNICATION SERVER MX-SERVER-SIDE COMMUNICATION ACTIONSCRIPT DICTIONARY Spécifications Page 68

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 369
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 67
Configuring Flash Communication Server 47
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 directory for storing server-side scripts is set to
C:\FlashComScripts. 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>
<GCInterval>20</GCInterval>
<MaxTimeOut>0</MaxTimeOut>
<ScriptLibPath>C:\FlashComScripts\</ScriptLibPath>
</JSEngine>
<StreamManager>
<StorageDir>C:\FlashStreams\</StorageDir>
<GCInterval>20</GCInterval>
<EnhancedSeek>false</EnhancedSeek>
</StreamManager>
<SharedObjManager>
<StorageDir>C:\FlashObjs\</StorageDir>
</SharedObjManager>
<Client>
<Bandwidth override="yes">
<ServerToClient>25000</ServerToClient>
<ClientToServer>250000</ClientToServer>
</Bandwidth>
<BandwidthCap override="no">
<ServerToClient>10000000</ServerToClient>
<ClientToServer>10000000</ClientToServer>
</BandwidthCap>
</Client>
</Application>
Vue de la page 67
1 2 ... 63 64 65 66 67 68 69 70 71 72 73 ... 368 369

Commentaires sur ces manuels

Pas de commentaire