Skip to main content
Participating Frequently
October 8, 2006
Question

Media Streams thru one NetConnection or more?

  • October 8, 2006
  • 1 reply
  • 340 views
Hello buddies,
In a rather heavy media communication app (with about 500 concurrent users), is it better to use more than one NetConnection for in/out Streams or it doesn't really make any difference?

Thank you so much
    This topic has been closed for replies.

    1 reply

    October 9, 2006
    Unless your app requires more than one connection to the server (only if you have to connect to two apps at once), just use a single netconnection. Otherwise, you're just wasting your license resources.
    DeniomAuthor
    Participating Frequently
    October 9, 2006
    Thanks for the reply buddy.