i m developing chat server in java.is it possible to send msgssimultaneously to each client by the server?plz tell me as soon as possible.
The answer is yes. Multi-threaded servers is simultaneous enough :)If you look on the threaded tute on Sun it has a example of this very thing.