I have a windows service which houses a WCF NetTcp host. From the client, when I start making calls to the service via tcp, they go through fine at first but then after a few minutes they all start to
I\'ve a WCF service that at the moment 11 clients ping in to every 3 minutes. They have all been running fine for a couple weeks. Last night, they all of a sudden stopped being able to ping in due to
I need to run a process for 30 seconds and while it is running I have to store the output in a text file. After 30 seconds I\'d have to destroy the process. I know how to run the process and how to st
I have multidomain web application which treats users differently based on URL they use. I am using Session[\"data\"] to keep information about user and starting this session with Session_Start[\"dat
the following loop seems to block the whole server application, if the client has suddenly disconnected and EOF exception is raised:
I was looking at omegle.com and noticed that when someone is typing, the title changes every half second from --Omegle-- to __Omegle__ or something similar. Is this in JavaScript? If so, how would I r
I set 2 global networking timeouts: System.开发者_如何学运维setProperty(\"sun.net.client.defaultConnectTimeout\", \"2000\");
I have an app that calls a WCF service in high frequency. The app starts out working fine and then after a few minutes, every call starts generating this error:
Greetings everyone! I\'m currently implementing the Feedback service for Apples Push notifications. I\'ve got the pushing part all done and working both on sandbox and on distribution apps. However th
I dont think this i开发者_运维知识库s possible, but can client connected to a wifi hotspot detect or even prevent a disconnect due to a timeout?