I\'m 开发者_开发知识库attempting to create a WCF service where several thousand (~10,000) clients can connect via a duplex NetTcpBinding for extended periods of time (weeks, maybe months).
I have a basic buddylist type application which is a pub/sub deal in WCF. My problem is one or two of the calls are long running and this blocks up the entire server application (gui updates etc).
How should one configure an Azure Webrole when using a TCP-based WCF on the same ports as IIS? An 开发者_开发技巧on-premise solution would typically use WAS activation, however this usually involved
I need to change some configuration settings on-the-fly in a Windows Azure project - and they need to be changed via a web service call (updating the application\'s configuration either via the platfo
I am hosting 3 WCF services inside windows services.Each WCF service contains Multiple endpoints. Right now, i am host all my endpoints thru TCP binding on different ports.
I am implementing a WCF service which will be used (in par开发者_运维知识库t) within a private LAN.
We\'re using a duplex contract for one feature in our yet to be released enterprise level LOB application that utilizes a thick client built with WPF and a server built with WCF.
Is it possible to use NetTcpBind开发者_JS百科ing with monotouch? I done this successfuly using VisualStudio
Is there any reason why one would see performance issues when connecting a .net4 web app to a .net3.5 windows service over net.tcp ?
I\'m 开发者_运维知识库using WCF for communication between various .NET applications. These services are all on the same private subnet, so I\'d like to avoid the complexity and performance overhead of