Helloes good people of Stack Overflow, I have a .NET client-server application running with a few hundred of clients. The project was migrated from VB6 to .NET about a year ago and it\'s a platform fo
I am creating a sort of a client-server implementation, and I\'d like to make sure that every sent message gets a response. So I want to create a timeout mechanism, which doesn\'t check if the message
I have been dabling in some Twisted and I\'ve come across a problem.I\'开发者_StackOverflow中文版m implementing a couple servers that can be connected to using telnet localhost x
we are currently running a 10.2.0.1 clients against a 11g database We would like to update to a more recent version.
I have a Server class and a Timer inside it which is supposed to clear dead clients (clients who crashed). I followed the example below by locking the collection when the Timer iterates over the users
A friend and I are working on an IRC client in C#, just for practice. We\'ve implemented it so that it listens for data all the time on a separate thread, even though I开发者_运维问答 don\'t believe
I use a subversion client called SmartSVN, but it needs Java in order to run. I would like to get rid of that dependency and try something new. Can you think of a better SVN client?
Is there any way to slow down the responsiveness of the client (browser)? One of our testers can reproduce slowness on his machine. His machine is low enough spec and is similar to many real customer
I want to use Dropbox Ruby API, I installed the gem and when I want to create a dropbox session I got this message:
I had recently asked a related question In C# how do I have a socket continue to stay open and accept new data? and somewhat solved it, but now I\'m having trouble getting my server to receive data fr