I am trying to find out what algorithm the client application is using to return the session key. When I initiate a connection, the server first sends a unique session key. The Client has then to res
Is it possible communicate with rtmp server with C++ or Objective C application, like flash player do this ?
What is the difference between HTTPS and SSL? I read about them and found following: HTTPS: HTTPS is a combination of HTTP with SSL/TLS. It means that HTTPS is basically HTTP connection which is del
I\'m doing some simple socket programming in C#. I am attempting to authenticate a user by reading the username and password from the client console, sending the credentials to the server, and returni
I am in the process of starting to implement some proprietary communication protocol stack in software but not sure where to start. It is the kind 开发者_如何学JAVAof work I have not done before and I
EDIT: This question title originally was: How does Doctrine know last inserted id in MySQL? and was related to Doctrine ORM mapper. After some digging I found out that this question is not related to
I need to maintain a connection between a server and multiple clients so that the clients can send commands, and the server trigger events. The server is basically a music-player, and the clients send
I want to send a file from serial port and I have to use the Z-modem protocolin Java. I saw the proto开发者_开发问答col and it looks defficult for me and I can\'t buy a commercial solution.
Memcached interface is implemented using a textual protocol. Sometimes it\'s very useful to be to fetch data stored on your remote server simply by invoking netcat with some shell kung fu, for exampl
In another question I was worried about using a web service that takes a five minutes to complete.I was thinking about using RMI instead of web services for this use case..