| Author |
Client Server communication
|
Jigar Naik
Ranch Hand
Joined: Dec 12, 2006
Posts: 744
|
|
Hi,
I am new to socket programming, and i want to write one program for client server socket communication.
I want to establish connection between two Machine lets say Computer A and Computer B both are in LAN.
Computer A Opens server socket, and wait for a particular port for client to send request.
Now computer B(Client) sends request to A, A accepts the connection. and send below information to computer B
- Message per Seconds (message/sec computer b can send to computer a)
- length of the message in byte, the computer b should send the exact length of message to computer a and when computer a response should be of the same length, content of the message cam be anything.
Now how do i handle the scenario of message per second ???
|
Jigar Naik
|
 |
Stephan van Hulst
Bartender
Joined: Sep 20, 2010
Posts: 3050
|
|
|
What have you tried so far?
|
 |
Jigar Naik
Ranch Hand
Joined: Dec 12, 2006
Posts: 744
|
|
I am still thinking on it.
I think Thread is the answer to my question but still i am not sure. I am confused.
|
 |
 |
|
|
subject: Client Server communication
|
|
|