11-18-2010 04:35 AM
Hello,
I've been considering adding an ability to my application to send data over the network with the usage of network streams.
Regarding network streams ( a new feature introduced in LV 2010 ).
What is the data output of the Network Stream feature ? Is that 1 Gb/s that Etherent would have? Or is this limited?
Additionally I understand that there can be only one Writer and One Reader ? You cannot have multiple readers working at the same time?
If anyone has any experience using this feature, and could share their wisdom that would be appreciated.
Regards,
Maciej
11-18-2010
08:16 AM
- last edited on
04-28-2025
05:23 PM
by
Content Cleaner
Network Streams are based on TCP/IP. It should get comparable throughput to other TCP/IP streaming implementations. Whether it is 1GB ethernet relies on your network.
Network streams are intended to stream data from in a one-to-one manner. It does not broadcast data.
If you need broadcast functionality you could consider:
11-18-2010 09:32 AM
Thanks a lot for the prompt reply.
This is what I wanted to know!