Skip to main content
Participant
May 30, 2008
Question

edge/origin with adminconsole.swf question

  • May 30, 2008
  • 2 replies
  • 344 views
I have one origin server A and two edge servers B and C , clients are random connect to the edge servers B or C .

the document said between origin server and edge server only have one connection!

but when the first client connect to edge B , I see the fms_adminConsole.swf ,the number of clients in origin server A is 2 , then when the second client connect to edge C ,the number of clients in server A is 4 ,Why is this ? is this a normal state ?
    This topic has been closed for replies.

    2 replies

    Participating Frequently
    June 16, 2008
    There is 2 connections to the origin server for every edge server. Thay are astablished as soon as one client connected to the origin through an edge. So if you have 2 edge servers there sould be 4 connections at origin server. Try to connect more then 2 clients and check that ther is no aditional connections to the origin server.
    Nshen_cnAuthor
    Participant
    May 30, 2008
    in the edge server ,I only change these element

    <Proxy>
    <Mode>remote</Mode>
    <Anonymous>false</Anonymous>
    <CacheDir enabled="true" useAppName="true">C:\fmsCache</CacheDir>
    <LocalAddress></LocalAddress>
    <RouteTable protocol="">
    <RouteEntry>***.***.***.***:1935;***.***.***.***:1935</RouteEntry>
    </RouteTable>
    ..........

    and in origin , I do not change any thing

    I use fms 3.01 and windows server 2008