Hi,
I'm trying to develop a multi-client application using TCP/IP
communication. I'm trying to do this just like the example in NI
example folder i.e., I am constructing a queue of connections and
servicing them one by one.
In my application the server responds to the client only when the
client requests for data and each client may request for different data
at any time. So I have to service all requests parallely.
But in my application the server is sending data to client1 even if the
request is coming from other clients. Can anybody help me to solve this
problem?