I have an application that send requests to a server and then server respond.
request ... response
request ... response
... ...
so how can I manage this application?
can I used the socketChannel or socket ??????????????? ???
blocking sockets or non-blocking sockets ??????????????? ?
please reply
request ... response
request ... response
... ...
so how can I manage this application?
can I used the socketChannel or socket ??????????????? ???
blocking sockets or non-blocking sockets ??????????????? ?
please reply
Comment