I am running a Windows Azure worker role which exposes a WCF service on port 1433, which is also defined to be an input TCP endpoint:
I\'m working on some C# server project, and it\'s going quite good. Today I changed from Async reading, to normal reading, using polling. Now when I was reading async this wasn\'t a problem, but now
My C# program is receiving a lot of data via multiple sockets and it appears that I have problems that the TCP cache on the Windows Kernel is getting overloaded.
I am looking for a software to mock a tcp/ip server. What I need is an easy to use tool (might cost something) which I can use to act as a server and where I can define a protocol flow with some const
I have to write asynchronous TCP Sever. TCP Server have to be managed by console (for eg: remove client, show list of all connected client, etcc..)
Hello i have made a program for my old windows mobile phone to send gps data ,temperature etc every 5 seconds just for experimental reasons to create a fleet management system.
I\'m currently developing a multi player card game for android with Google App Engine as my back-end.
I\'m using Python to write a simple script that will connect to a host/port using a socket. I know sockets can only be used once which is why I\'m not closing the socket at all but when I connect to l
I am developing a TCP file transfer client-server program. At the moment I am able to send text files and other file formats perfectly fine, such as .zip with all contents intact on the server end. Ho
I\'m writing a client to upload files via regular http multipart/form-data to megaupload. Now, the point is not megaupload per se, but the behaviour of their webserver.