MACROMEDIA FLASH COMMUNICATION SERVER MX-SERVER-SIDE COMMUNICATION ACTIONSCRIPT DICTIONARY Especificações Página 68

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 369
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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>
Vista de página 67
1 2 ... 63 64 65 66 67 68 69 70 71 72 73 ... 368 369

Comentários a estes Manuais

Sem comentários