I have deve开发者_如何学Goloped a server to listen in a TCP port .. and i need to send a file or a data to the server using PHP .. is it possible ?Yep -
i read the following sentence form Silverlight Data & Service book(Chapter 7): \"just like TCP, net.tcp is a good fit for intranet
In near future I\'ll need to start working on a new project that consist of highly loaded TCP/IP servers and clients that communicate to that server. I know the basics of TCP/IP and can make the serve
I have an application that is sending web requests and after some variable period of time we start getting connection timeout errors. Analysis of the TCP/IP packets reveals the following occurring for
I have a small project that I\'ve been working on in C++, and due to the nature of what it does, I need to insert packets in to a live TCP stream. (The purpose is innocent enough, http://ee.forumify.c
im tryin to send a 2d array in simple socket program..but this only sends the first row and never anything beyond that/....what is the problem here... ?
I am working on Client Server application where I need to send 6 byte mac id (FFF000 - FFF1FF) to the server from the client.
The scenario is the following: I am sending bulk of data to clients from my C# Server Application. All of a sudden Data flow stopped, No data Update in Client Side and the port gets blocked.
I\'ve always wanted to learn TCP or UDP(I hear UDP sucks though) in C# but I can never find ANY tutorial that can teach 开发者_高级运维it. I mean, I\'ve googled tutorials to the point where the result
I am new in C#. I made a very simple TCP server and TCP Client. I am able to send some开发者_如何学运维 message from client to server. If I want see the message which came from client on server I am u