L
luke.yolanda
Hi everybody,
Here is a problem about socket programming, please help me to solve it.
thanx!!
************************************************************
Implement a server-side program that will accept client request,
compute the median of a
set of integers, and return the results in response. Implement a
client-side program to test the server.
Requirements:
1. The server should be able to accept multiple clients at the same
time.
2. The server should check the correctness of input.
3. The system should be able to handle different byte-order (big endian
vs little endian) and word length (32-bit vs 64-bit). That is, you
server-side program must be able to work with clients from different
platforms.
4. Server and client communicate using BSD sockets.
5. DO NOT use any libraries having similar functionalities, e.g.,
gsoap.
************************************************************
Here is a problem about socket programming, please help me to solve it.
thanx!!
************************************************************
Implement a server-side program that will accept client request,
compute the median of a
set of integers, and return the results in response. Implement a
client-side program to test the server.
Requirements:
1. The server should be able to accept multiple clients at the same
time.
2. The server should check the correctness of input.
3. The system should be able to handle different byte-order (big endian
vs little endian) and word length (32-bit vs 64-bit). That is, you
server-side program must be able to work with clients from different
platforms.
4. Server and client communicate using BSD sockets.
5. DO NOT use any libraries having similar functionalities, e.g.,
gsoap.
************************************************************