Unexpected Client Disconnects

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

  1. #1

    Default Unexpected Client Disconnects

    We're running into some odd client disconnects with our appication. It seems
    that after a period of time (usually 30-45 minutes - but it varies) FMS will
    boot a client for no apparent reason. On server side, application.onDisconnect
    gets triggered and, the client gets a "NetConnection.Connect.Closed" event.

    It seems like it usually happens to clients that are behind the same router,
    but at this point, we're just speculating. The networking stuff in FMS is a
    complete blackbox so I'm not even sure what to debug. Anyone experienced this?
    Any workarounds? Any logs I can check to figure out why a client would get
    booted sometimes?

    We do have FMS ping all clients regularly (to figure out latency) and all
    clients call a remote method on FMS on a set interval - this was a possible
    solution mentioned in some white papers. Clearly, it hasn't helped us.

    DanielKozimor Guest

  2. Similar Questions and Discussions

    1. Flash Webcam client <-> client (not client <-> server<-> client)
      Dear Flash Team, supporter and regular mortals (Like myself) I am currently running a IRC chat with mostly webclients connected. We currently offer...
    2. ADO client disconnects after running a long query
      I am having a problem executing long running queries from an ASP application which connects to SQL Server 2000. Basically, I have batches of queries...
    3. web client disconnects from SQL Server - IIS timing out?
      I am having a problem executing long running queries from an ASP application which connects to SQL Server 2000. Basically, I have batches of queries...
    4. Finish execution of ASP script when client disconnects
      This is backwards of what I usually want--normally if you have a long-running ASP script, it's a good idea to check to see whether the client is...
  3. #2

    Default Re: Unexpected Client Disconnects

    Here are a couple of things to explore:
    -The application logs should provide you more information
    logs\_defaultVHost_\YOURAPP\...

    -If it is one particular router that is causing the issue it might be network
    related.

    - Try adding debug traces to your application.

    - What version & OS are you running?

    techeye Guest

  4. #3

    Default Re: Unexpected Client Disconnects

    [q]
    -The application logs should provide you more information
    logs\_defaultVHost_\YOURAPP\...
    [/q]

    It doesn't help. About the only thing I get from the log is that
    application.onDisconnect is called but thats just an event listener that gets
    called after FMS already decided to kick the client out.

    [q]If it is one particular router that is causing the issue it might be
    network related.[/q]

    At this moment we're speculating this might have something to do with it -
    maybe its random. We noticed this behavior in a few separate instances. We
    would have multiple clients connected to FMS and the client that was booted
    seems to be one of the ones that was behind a router along with another client.
    I don't know if that has anything to do with it. I'm inclined to say its not
    simply network related .. 30mins to 1 hour and we're guaranteed a client is
    booted.

    [q]What version & OS are you running?[/q]

    Windows Server 2003.



    DanielKozimor 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