nettcpbinding
Is it possible create a scalable WCF service with thousands of long-running TCP connections?
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).[详细]
2023-03-10 03:10 分类:问答C# WCF NetTCPBinding Blocking Application
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).[详细]
2023-03-09 07:45 分类:问答Hosting TCP based WCF service on the same ports as IIS (via Windows Activation Service) in Azure WebRole
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[详细]
2023-03-08 13:53 分类:问答Azure: Intra-WebRole Communication (netTcpBinding) with Full-IIS
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[详细]
2023-03-07 18:42 分类:问答Hosting Multiple TCP WCF service Endpoints on single Port
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.[详细]
2023-03-03 13:38 分类:问答What is the simplest way to implement encryption in WCF when using the netTcpBinding?
I am implementing a WCF service which will be used (in par开发者_运维知识库t) within a private LAN.[详细]
2023-03-02 14:44 分类:问答Using a TCP Tunnel for Duplex WCF connections through Proxies in enterprise scenarios
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.[详细]
2023-03-01 13:10 分类:问答using a WCF NettcpBinding within monotouch
Is it possible to use NetTcpBind开发者_JS百科ing with monotouch? I done this successfuly using VisualStudio[详细]
2023-03-01 08:37 分类:问答.net 4 client to .net 3.5 server wcf issues
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 ?[详细]
2023-03-01 03:21 分类:问答WCF over TCP with username authentication and no certificates
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[详细]
2023-02-27 08:38 分类:问答
加载中,请稍侯......