Geeks With Blogs

@jolson88
  • jolson88 @Worthless_Bums Perhaps followed by "DID THIS EVER WORK?" or "HOW DIDN'T I NOTICE THIS BEFORE?" LOL, Those are always interesting ones. about 1 day ago
  • jolson88 @kurt_bieg Ah yeah! I did (thanks a bunch!!!) :). I thought I replied, but I guess not. At least, I've been thinking of replying for days :P about 2 days ago
  • jolson88 @Clarkezone Nope, just MonoGame as it supports Windows Phone :). I don't think I'll have to change any code. about 6 days ago
  • jolson88 Hm, now that the Win8 version of Project Acorn is done, I wonder how long it will take to port to Windows Phone? #monogame about 6 days ago

News

Series

Add to Technorati Favorites


An Archived Managed World This blog has moved to http://www.managed-world.com/blog

What is Windows Process Activation Service? Windows Process Activation Service, also referred to as WAS, is a new component in IIS 7.0 that manages application pool configuration and worker processes instead of the WWW process. This enables the same configuration for both HTTP and non-HTTP sites to be used. Thanks to this separation (and in combination with the new modular architecture of IIS 7.0), you can even host non-HTTP sites without the WWW Service even being installed in the first place.

How does Windows Process Activation Service work? Taken directly from the documentation:

“The WAS process model generalizes the IIS 6.0 process model for the HTTP server by removing the dependency on HTTP. This allows WCF services to use both HTTP and non-HTTP protocols, such as Net.TCP, in a hosting environment that supports message-based activation and offers the ability to host a large number of applications on a given machine."

What scenarios does this enable? Since WAS is not specific to HTTP sites, you can use WAS to host non-HTTP sites as well. But what do we mean by “non-HTTP sites?” Well, simply put, WAS can be used to host sites built on technologies like Windows Communication Foundation, for example. If you are using WCF with WAS, are you limited to listening over HTTP? Not at all. In fact, that is the beauty and power of WAS. You can be hosting a WCF service within WAS that is using a netTcpBinding, netMsmqBinding, etc. As an extension to this, since WAS supports both HTTP and non-HTTP sites, this also means that you can be hosting a service that exposes itself over both HTTP and NET.TCP as well.

Posted on Friday, January 18, 2008 7:12 PM Windows Server | Back to top


Comments on this post: WS08 Feature of the Week #13 - Windows Process Activation Service (WAS)

No comments posted yet.
Your comment:
 (will show your gravatar)
 


Copyright © Jason Olson | Powered by: GeeksWithBlogs.net | Join free