LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

My CVI 6.0 program has four TCP/IP client callback and RunUserInterface, whithout any multithreading. Do I create separate threads to have improved performance?

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?
0 Kudos
Message 1 of 1
(2,673 Views)