I am trying to write a server program that caters to multiple clients. The clients are being made to wait in turn when the data has to be sent back to them. The requests from client are handled by the server pretty much in the desired multi threaded fashion. Is it that the every instance that is spawned by the server to handle a particular client request(this is done using reentrancy) is rendered useless because tcp/ip VIs are not re-entrant .Please assist me in correcting my understanding. Also suggest me how to make the server actually catering to multiple clients if tcp/ip VIs are actually a limitation.
Calling LabviewGuru(s) to help.
