Folks, That's one of those basic TCP questions regarding a server and a client, both on localhost, that needs to send to each other data at a fast pace. I.e. the client, once connected, will request data from the server using certain 'command codes'. At the same time the server will push to the client other data.
In such a scenario, is the simple client-server approach enough or should each side have its own server to which each other will use a client to send data using different TCP ports (instead of only one such as a simple client-server configuration) ? If a simple clent-server approach can be OK on localhost when both the client and the server are sending data to each other at the same time, then what would be the maximum rate using say, 1KB blocs of data, without suffering any loss of data ? Thanks, Al
