Maximum number of connections

Ask a Question related to Macromedia Flash Flashcom, Design and Development.

  1. #1

    Default Maximum number of connections

    If I have a client connected to FCS and they are receiving video whilst sending
    text (i.e. a chatroom with video feed) does this use two connections, or just
    the one? Further, if there are multiple video users in the chat room so that
    the end-user sees, say, 3 video streams, is this counted as one connection per
    video feed?

    I am trying to work out how many connections a chat room with 10 users (each
    with webcams and text input) would use. i.e. each user would be sending their
    video stream, their text stream and also receiving the video and text of all
    other users.

    Many thanks in advance.

    ConFusion

    cf_ConFusion Guest

  2. Similar Questions and Discussions

    1. Maximum SFTP connections
      We have a problem with the number of SFTP connections Contribute can open at one time. When using FTP, we were able to use up to 60 connections at...
    2. maximum connections w/ MySQL
      I am running into an issue with MySQL stating that I am running a "maximum connections" to the database. Dreamweaver by default does not close the...
    3. Maximum Connections
      Is the maximum connection per video object or per user? The pro edition lists that there can 2500 maximum connections. Does that mean 2500 total...
    4. Maximum connections to http server
      By default, the machine.config contains following information: <system.net> ....... <connectionManagement> <add address="*" maxconnection="2"/>...
    5. Maximum connections to Win 2000 shared folder
      I have a shared folder set up on an instructor PC in a (all PCs are Win 2000) classroom. It looks like Windows will only allow me to make up to 10...
  3. #2

    Default Re: Maximum number of connections

    Assuming you haven't made more than one connection in your actionscript (using
    new Netconnection(), then your client will only use on connection, and all of
    the streams and data will travel over that single connection.

    FCS will not create connections on it's won. You have to explicitly create
    them in your actionscript.

    JayCharles Guest

  4. #3

    Default Re: Maximum number of connections

    Thanks very much for your help on that.

    Kind regards

    ConFusion
    cf_ConFusion Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139