Windows Activation Services

Source: Wikipedia, the free encyclopedia.
Windows Process Activation Service
Other namesWAS
Operating systemMicrosoft Windows
Service nameWindows Process Activation Service (was)
Websitetechnet.microsoft.com/en-us/library/cc770745.aspx Edit this on Wikidata

Windows Process Activation Service (also known as WAS) is the process activation mechanism introduced within Internet Information Services v7.0.

Windows Activation Service builds on the existing Internet Information Services v6.0 but is more powerful because it provides support for other protocols besides

Named Pipes. Windows Activation Service extends the ASP.NET
HTTP hosting concept (ASMX Web Services). As a standalone Windows component, Windows Activation Service is completely separated from the IIS hosting environment and provides a protocol-agnostic activation mechanism not limited to HTTP.

Windows Activation Service allows the developers to choose the most appropriate protocol for their needs. For HTTP, data transfer relies on the ASP.NET HTTP. For protocols such as TCP and Named Pipes, Windows Activation Service leverages the extensibility points of ASP.NET for transferring data.

These capabilities are implemented in the form of protocol handlers, which manage communication between the worker process and the Windows service. There are two types of protocol handlers loaded when the WAS activates a worker process instance: Process Protocol Handler (PPH) and App Domain Protocol Handler (ADPH).

References

  1. Baier, Dominick; Weyer, Christian; Maine, Steve (September 2007). "IIS 7.0: Extend Your WCF Services Beyond HTTP With WAS".
    MSDN Magazine. Redmond, Washington
    : Microsoft. Retrieved 12 May 2011.
  2. "Hosting in Windows Process Activation Service". Microsoft Developer Network. Microsoft Corporation. Retrieved 12 May 2011.
  3. "Hosting Services". Microsoft Developer Network. Microsoft Corporation. Retrieved 12 May 2011.