Sometimes back I had to work on plain TCP/IP client-server application using just .Net framework 2.0. I found that .net 2.0 socket library was quite inefficient and used to take lot of memory and proc
I faced few issues while writing server application using TCP on linux system. I have few queries开发者_C百科.
In the application Im writting the server will have information abuot the users, using a XML databse. The admin user will be able to write/read information on those files too.
Another problem with mantaray: We have \"a lot\" of PCs in a network, our p2p messaging software uses MantaRay (which we plan to replace with something else). On some PCs the task manager shows CPU at
I use a tcp socket in the following way: m_socket = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
开发者_运维知识库I have to write a TCP Client that will have ability to reconnect to server. The server can be unavailable due to poor network connection quality or some maintenance issues. I\'m searc
So I\'m trying to create a simple file transfer method. It\'s completely working for small files (a few bytes). But if I want to transfer a file with the size of 2 kB, it returns unicode characters in
I am a newbie in network related aspects. I have few basic questions relat开发者_如何学Goed to tcp/ip protocol and network
Every ajax chat 开发者_JAVA百科tutorial ends the same. You run a getChatMsg.php or some script every X milliseconds to check for new messages.