Windows Media Server Cache Proxy Functionality
Windows Media Server Cache Proxy Functionality
A Windows Media server can cache and proxy content as long as it has an enabled cache proxy plug-in present to define what actions to take in response to a client request. For example, if the requested content is found in cache and is up to date, the plug-in can direct the server to play it on demand. If the requested content is not found, the plug-in can do any of the following:
- Direct the server to disconnect the client.
- Redirect the client to an alternate URL.
- Redirect the client to an alternate proxy.
- Proxy the content to the client from an origin server.
It is important to understand that the plug-in does not perform any work other than specifying policy decisions. The cache proxy server, not the plug-in, contacts upstream servers and proxies content to the client or caches it locally.
Windows Media Services does not include a cache proxy plug-in, but you can create your own to define the policy that the Windows Media server must follow in response to a client request. The following sections discuss the functionality used by the server to respond to policy decisions made by the plug-in.
See Also