Hey there,
Could any give me any information on how to create an ansyncrhonous message service in java. The basic idea is to log whom is connected to the server and send this to all the other users of the server regardless of what the user is doing.
The code I currently have creates a server socket and uses threads to interact with the users and this cannot be changed. Lee.


Reply With Quote