Article ID: 812634 - Last Review: October 11, 2004 - Revision: 1.2 How To Enable File Buffering for Windows Media Services 9 SeriesSUMMARYThis article describes how to update the Windows Media
Services namespace file to change the file buffering behavior of the
server. MORE INFORMATIONWarning This article contains information about editing the namespace.
Before you edit the namespace, verify that you have a backup copy that you can
restore if a problem occurs. If you edit the namespace incorrectly, you can
cause serious problems that may require you to reinstall any product that uses
the namespace. Microsoft cannot guarantee that problems that result if you
incorrectly edit the namespace can be solved. Edit the namespace at your own
risk.
By default, the server buffers only the most requested files to memory. By default, buffering occurs when 5 or more clients are requesting the same piece of content. If the server has a lot of available memory, you may improve server performance if you change this value in the ServerNamespace.xml file. Note Do not make these changes on production servers until you determine the effects on the overall server performance and on the experience of the end user. This setting might hinder the end-user experience in some circumstances. To change this value, follow these steps:
The following is another representation of the value that you can set in the ServerNamespace.xml file:
<node name="WMS File Data Source" opcode="create">
...
<node name="Properties" opcode="create">
...
<node name="Use File Buffering" opcode="create" type="int32" value="0x1" />
</node> <!-- Properties -->
...
</node>< !-- WMS File Data Source -->
| Article Translations
|
Back to the top
