tcp
What is the simplest method for Interprocess Communication - across any O/S & language
For a programming competition (code war) I want to set it up where I pass the game state to an A.I. as an xml file and that A.I. replies with it\'s turn in an xml file it returns to my app. Every team[详细]
2023-04-06 02:36 分类:问答Set a range of free local ports to application
I have a client application that create a socket with random local port, i cant change the code of this appl开发者_StackOverflow中文版ication and i want to set a range of the ports he can use from my[详细]
2023-04-06 02:00 分类:问答Is it necessary to use the async Begin/End methods if already on a separate thread?
Trying to figure out whether or not I should use async methods or not such as: TcpListener.BeginAcceptTcpClient[详细]
2023-04-05 19:29 分类:问答How to write a server application?
Just because of curiosity, I\'d like to get to know better, how the Internet works. I have already read quite some articles in Wiki开发者_运维百科pedia, but these are very theoretical. I know, which[详细]
2023-04-05 17:00 分类:问答Socket Connection Problem
I am using Socket connection to establish connections in my application. I have a problem when establishing the tunnel with the server: the connection is being closed 开发者_运维问答automatically afte[详细]
2023-04-05 13:39 分类:问答Java ObjectInputStream readObject Throws NullPointerException
I am using an ObjectInputStream and ObjectOutputStream for my client to talk to a server over TCP.The client is not able to receive a response back from the server... when I step through in debug mode[详细]
2023-04-05 13:03 分类:问答How to forward a TCP port in an Android program
I have embedded a Jetty server in my Android app. When I use the emulator for testing it works fine because I have forwarded the specified port using adb forward tcp:1234 tcp:1234. I want to know how[详细]
2023-04-05 10:49 分类:问答System.IO.Stream.Read gets stuck
I have an HTTP connection with the server side using System.IO.Stream.Read to read the HTTP request body message.[详细]
2023-04-05 04:55 分类:问答What type of streaming protocols and sockets to use for live video streaming
I am a building a video server written in C++ to stream live video to a web video client written in php and html to implement video chatting.[详细]
2023-04-05 04:10 分类:问答Running separate code while a socket server is running?
How can I have a socket server running that accepts incoming connections and deals with that part of the code, while not having code waiting for new connections stuck in that same loop?[详细]
2023-04-05 02:28 分类:问答