cvb00000 Posted August 1, 2013 Report Posted August 1, 2013 What is the best practice for creating n number of network steams? Thanks, Brad Quote
Christian_L Posted August 2, 2013 Report Posted August 2, 2013 What is the best practice for creating n number of network steams?Thanks, Brad Can you describe your application or use case a bit so that we can understand how you would use the network streams and more importantly what type of connection management (keeping track of and managing the NS endpoints/references) will be necessary. This request is coming up more often, specifically where a network steams-based N-to-1 or 1-to-N communication mechanism is needed. I'm in the process of collecting user stories/use cases to define and prototype an API for this purpose. Check out this session and examples from NIWeek 2012. It includes a prototype connection manager for TCP, UDP, and Network Streams. I'm not currently familiar with this code and am working on understanding it. Quote
cvb00000 Posted August 16, 2013 Author Report Posted August 16, 2013 I came up with a solution that only required 1 network stream, but thanks anyway! Brad Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.