can any one resolve this?
I have few clients, Lets say ClientA, ClientB and ClientC and a ServerSocket program(port opened ex ort no.4545)
My Question is
ClientA has to send message to server but it should not receive any response from server
ClientB has to send message to server but it should not receive any response from server
Here,
ClientC has to receive message from server, whatever server sends;
so there are 2 clients have to send message to server and reply has to be received by 3rd client(ClientC).
So server has to do the following job
1. receive messages from 2 clients and response should go to 3rd client
ClientA program has written in Oracle
ClientB program has written in Oracle
ClientC program has written in
Java (Socket)
ServerSocket program has written in Java (no need to mention)
