I\'m thinking of self-hosting my WCF service instead of using IIS. A big question for me is whether I need to instantiate multiple servicehosts as IIS does or one wil be enough.
I am attempting to move from a self hosting architecture to hosting under IIS 6, primarily to take advantage of built in dynamic compression.
I\'m working on a WCF host by using ServiceHost and dynamically creating several app开发者_Go百科lication domains to keep my services up. I\'m also planning to keep my assemblies on database and load
I have a Windows Service that hosts three different duplex WCF channe开发者_开发技巧ls.Clients can connect to have updates sent to them via their callback contract.Essentially there are three pub-sub