Hello,
I made a server application using LabView. The application translates simplified data from one device and translates them into more complex protocol with another party. The problem is, that the responses initiated by my app take too long. I tried to analyze the response times in wireshark, and the network adapter accepts the data at given time, but the labview function "TCP/IP read" returns them with delay, sometimes several seconds.
The application is using the async calls to execute the communication modules for each client parallel.