FMS origins in cluster

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

  1. #1

    Default FMS origins in cluster

    Hi,
    I need to setup currently only 2 FMS servers. I want used both (in future more
    FMS) like "origin servers" It will be used for 1 application (chat and
    videochat application) with hundreds clients, so I need same objects,
    SharedObjects a list of clients at each FMS server. Is it possible or I will
    have to use edge+origin?
    Thanks.
    Leo?

    Leo? Guest

  2. Similar Questions and Discussions

    1. FMS Cluster
      Hi, I need a setup to stream movies. This setup must have redundancy. What I am looking to do is setup 2 FMS Origin servers and 2 Edge server. I...
    2. rotating,scaling from different origins
      i'm developing a simple 3D world in which you can add primitive shapes and manipulate them with simple scale, rotate, and translate tools. What...
    3. Reflection API -- determining methods' origins
      I've been thinking since yesterday about #methods and #instance_methods and such. I don't see any simple way of determining whether a method is...
    4. Cluster for IDS 9.40
      Hi all, We have two Unix machines: machine 1 and machine 2. We want to put them in cluster. Is it possible make them work together with the...
    5. Sun cluster
      Hy, i have to install cluster of 2 nodes of solaris 9 with each 2 Fiber card. The storedge is a 2 x 3510FC My question is about storedge why i need...
  3. #2

    Default Re: FMS origins in cluster

    I can tell you that it is possible :) That said, I suppose you are looking for
    information on this type of setup; but you would need to explain some of the
    details of how your application is going to work.

    techeye Guest

  4. #3

    Default Re: FMS origins in cluster

    It is definitely possible to do this. You will need to create a proxy
    application that runs on each of your FMS servers that are to act as an edge.
    Each proxy application will need to create a create a connection (or multiple
    connections) to the FMS that is acting as an origin. You will need to relay
    changes to the shared objects running on the "edge" servers up to the "origin",
    and the "origin" will need to propogate these changes to the other "edges".

    The biggest challenge you will have will be dealing with race conditions
    between the shared objects in the distributed applications. You will need to
    use some kind of transaction id to identify conflicts, and you will need a
    policy to resolve the conflicts. It may be easier in this situation to
    simulate shared objects on the edges by using RPC calls that are proxied up to
    the origin.

    If this is starting to sound like alot of work...it is! I highly recommend
    using FMS's own edge-origin feature which will handle all of these details for
    you, and give you the added benefit of content caching, administration, etc.
    The FMS is powerful enough to implement this behavior, but we built the edge
    origin to save you the trouble of implementing yourself.

    Good Luck!

    KevinStreeter Guest

  5. #4

    Default Re: FMS origins in cluster

    I was thinking about create "proxy" application, that will handle every
    changes... But it is a lot of work :smile;
    So, when I will have only 2 FMS servers - 1 edge and 1 origin, will I get any
    benefit? I see no redundancy and no increases of clients capacity (or very
    small) . I guess that for redundancy I will need minimal 4 servers (2 edges and
    2 origins). am I right? And when FMS cost c. 7,222$ (in our country) it isnt
    just cheap for start
    Leo?

    Leo? 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