Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Matthew Kirschner 323 posts 611 karma points
    Oct 15, 2015 @ 21:37
    Matthew Kirschner
    0

    Load-balancing - which servers need distributed calls?

    I have two servers under the load balancer; both serve the front-end of the site, but only one is allowed to serve the backoffice. When setting up distributed calls (following these instructions), do I need to add both servers or just the second one?

    <distributedCall enable="true">
        <user>0</user>
        <servers>
           <server>server1.mywebsite.com</server>
            <server>server2.mywebsite.com</server>
        </servers>
    </distributedCall>
    

    The instructions seem to indicate that both should be listed. This doesn't make a lot of sense to me since I get the idea that the backoffice server should be aware of the changes already.

  • Jamie Howarth 306 posts 773 karma points c-trib
    Oct 16, 2015 @ 00:17
    Jamie Howarth
    0

    All servers are required to be listed (although I've got a 6.2.x site running with only two slaves listed, without the master, and it seems to work fine). See "Correct config for scheduled publishing & tasks" under here.

Please Sign in or register to post replies

Write your reply to:

Draft