MACROMEDIA FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT LANGUAGE Manuale Utente Pagina 157

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 240
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 156
XML configuration files 157
MaxFailures
This tag specifies the maximum number of failures an edge server may incur before it restarts.
Description
Default number of failures is 2.
MaxSize
This tag specifies the maximum number of XML files cached in the server.
Description
When the results from an HTTP request arrives from the origin server, the edge server loads
the XML files into a cache. If another client requests the same file, the edge server sends it
directly from the cache.
The default number of files in the cache is 100. Once the cache reaches the maximum size,
the server checks for and removes the least-used 30% of the cache.
MaxWriteDelay
The HTTP tunneling protocol ensures that a server will be able to write every four seconds.
Occasionally, when connections close under abnormal conditions the notification may not
reach the server, which may continue to place writes in a queue.
Description
Anomalous connections are closed after the specified wait time. The default wait time is 40
seconds.
Example
<Edge name="Edge1">
<Enable>true</Enable>
<IdlePostInterval>512</IdlePostInterval>
<IdleAckInterval>512</IdleAckInterval>
<MimeType>application/x-fms</MimeType>
<WriteBufferSize>16</WriteBufferSize>
<SetCookie>false</SetCookie>
<RedirectHost secure="false">:8080</RedirectHost>
<NeedClose>true</NeedClose>
<MaxWriteDelay>40</MaxWriteDelay>
</Edge>
You may want to use this sample code as a template for configuring each edge server.
Vedere la pagina 156
1 2 ... 152 153 154 155 156 157 158 159 160 161 162 ... 239 240

Commenti su questo manuale

Nessun commento