My program developed in LabWindows/CVI. I have four (4) different callback function from Ethernet as Client.
There are in each a
switch (xType) {
case TCP_DISCONNECT:
....
case TCP_DATAREADY:
....
Some times the program is block on an old PC
having 100 MHz and 64 Mbyte.
I suppose there is some performance problem, because
the four TCP channels have 1 kHz sampling rate.
Would be help to implement multithreading?