Apache + cache replication

Discussion in 'Apache' started by jrubalcava, Jan 18, 2012.

  1. #1
    Hi All

    Is there any way to make apache sync the cache between different apache server?

    Thanks in advance.
     
    jrubalcava, Jan 18, 2012 IP
  2. SolidShellSecurity

    SolidShellSecurity Banned

    Messages:
    262
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    45
    #2
    Are you talking about running Apache on 2 different servers and then linking them to a shared cache?
     
    SolidShellSecurity, Jan 18, 2012 IP
  3. jrubalcava

    jrubalcava Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes exactly the point is when chace expired only 1 server requeste for the new changes and this one sync the changes with the other apaches servers.
     
    jrubalcava, Jan 18, 2012 IP
  4. SolidShellSecurity

    SolidShellSecurity Banned

    Messages:
    262
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    45
    #4
    Never done this before to anyone before... so I am going on the branch guessing here.. It could be possible to rsync directories to keep them in sync. In theory this sounds like it would work but I'm sure it's harder then that. What is being cached? It might be more idealist to use memcached and sync everything to that. Facebook does a similar concept and helped make memchace what it is today by helping with code development since they use it.
     
    SolidShellSecurity, Jan 18, 2012 IP