WCF Chapter VII boarding summary

When using WCF boarding can bring a lot of flexibility. In particular, WCF service can be hosted on any operating system processes. Service host, or simply become a "host", responsible for startup and shutdown services and provide basic management functions for the control services. It is based on operational performance requirements such as availability, dependability and manageability of services to choose the right boarding environment.

  IIS and Windows Process Activation Service (WAS) have built structures for boarding WCF services. Previously only available in IIS properties, such as the activation process, recycling and identity management, has been ported to WAS in addition to all protocols and HTTP protocol available. This makes WAS become a super alternative to IIS, but IIS to the boarding HTTP-based WCF service is ideal. WCF supports many features through ASMX ASP.NET compatibility mode.

  In addition to IIS, Windows management services to the boarding WCF service is also a common technique. These processes are controlled by the Service Control Manager (SCM) and administrators have a familiar interface. Visual Studio has a built-in template definition of a Windows service, so easy to develop and manageability just added you to manage Windows services provides a good candidate for the self-boarding WCF service.

  Table 7.2 outlines the general conditions are selected host.


=======
Reprinted from
Author: DanielWise
Source: http: //www.cnblogs.com/danielWise/
 

Reproduced in: https: //www.cnblogs.com/llbofchina/archive/2011/06/30/2094194.html

Guess you like

Origin blog.csdn.net/weixin_33895604/article/details/94206584