From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Multithread in CVI 6

Hello ,

My OS is Windows 2000,and have one CPU .In multithreads programming , I'd like to know how many threads can be used and can achieve the best performance ? Is there a limit for the thread number ?

David
0 Kudos
Message 1 of 2
(2,544 Views)
Hello

The total number of threads you can create is based on the resources that your OS makes available for you. Thread scheduling is something the OS takes care of and optimizes for you, and best performance is based on how you setup your application. This is a good article to start with if you are looking into learning more about multi-threading with CVI.

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(2,543 Views)