LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How many TCP IP connection can be open at the same time using LabView 8.5 in a PC using Windows XP operating system?

Do we have a limitation of the amount of TCP IP connection that can be open at one time using LabView 8.5 in a PC running Windows XP operating system?
 
 
0 Kudos
Message 1 of 2
(2,533 Views)
Each connection has a connection reference, which is just an integer. So, technically, you're limited to whatever the range is for that integer, and I think the connection reference uses an I32. However, while you can have (and already do with a computer connected to a network) multiple connecitons, the more likely limitation is simple system resources as each connection requires memory. What is it that you're doing that you need to ask this question?
0 Kudos
Message 2 of 2
(2,521 Views)