Anybody using a load balancer?

Anybody using a load balancer?

Howard Miller - келді
Number of replies: 7
Core developers қатысушының суреті Documentation writers қатысушының суреті Particularly helpful Moodlers қатысушының суреті Peer reviewers қатысушының суреті Plugin developers қатысушының суреті

We're considering updating our load balancing for our Moodle cluster. As is the custom, I would appreciate any recommendations, experiences or simply tell me what you use?

TIA!

In reply to Howard Miller

Re: Anybody using a load balancer?

Tim Hunt - келді
Core developers қатысушының суреті Documentation writers қатысушының суреті Particularly helpful Moodlers қатысушының суреті Peer reviewers қатысушының суреті Plugin developers қатысушының суреті
The OU uses the same load-balancers for everything. I don't know if they are any good, or worth what we pay for them (that's a Somebody Else's Problem) but from where I sit they seem to work. We use Citrix Netscalers, running on VMs.
In reply to Howard Miller

Re: Anybody using a load balancer?

Michael Aherne - келді
Core developers қатысушының суреті Particularly helpful Moodlers қатысушының суреті Peer reviewers қатысушының суреті Plugin developers қатысушының суреті
We use haproxy, but as far as I know it's more for familiarity (and price) than any notion that it's the best thing for the job. That said, we've never had any real problems with it, and performance issues are always somewhere else.
In reply to Michael Aherne

Re: Anybody using a load balancer?

Howard Miller - келді
Core developers қатысушының суреті Documentation writers қатысушының суреті Particularly helpful Moodlers қатысушының суреті Peer reviewers қатысушының суреті Plugin developers қатысушының суреті
I've used haproxy before just for testing and had a couple of issues.

Did you find anything more sophisticated than the 'round robin' style allocation? It would be nice to actually load-balance the web servers and we do occasionally have front ends 'going rogue'.

I had to set the timeout massively high (making it effectively pointless) so that long running Moodle tasks didn't get binned.
In reply to Howard Miller

Re: Anybody using a load balancer?

Jeff White - келді
Our organization uses F5s. Probably overkill for a single Moodle instance but definitely worth using if your organization already has it.
In reply to Jeff White

Re: Anybody using a load balancer?

Howard Miller - келді
Core developers қатысушының суреті Documentation writers қатысушының суреті Particularly helpful Moodlers қатысушының суреті Peer reviewers қатысушының суреті Plugin developers қатысушының суреті
We use F5s elsewhere... any insights into your setup would be really useful (if you can).