WCF Hosting Options Suggestion -


i looking suggestion hosting wcf enterprise application.

the app. require run without stopping @ server. use tcp yield best performance @ intranet environment.

i thinking host @ window service because iis recycle process, , has timeout.

however, find msdn http://msdn.microsoft.com/en-us/library/ff649818.aspx :

window service...lack of enterprise features. windows services not have security, manageability, scalability, , administrative features included in iis.

does mean window service not suitable enterprise application? how ms sql, oracle, mysql etc. host @ win. service right?

regards bryan

windows service suitable enterprise application! quoted text means iis has lot of built-in management features not available in custom hosting (like windows service) unless implement them @ own.

one of such features recycling want avoid helps application keep low resource consumption (server in healthy state). such feature iis checking of worker state. if worker process looks stuck (don't process requests reason), iis start automatically process , routes new requests process.

iis + + appfabric can provide big feature set not every scenario. if have service requires background continuous, scheduled or multi threaded processing better move self hosted scenario.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -