Hi Akshay, On 15 Sep., 19:09, Akshay Rao <[email protected]> wrote: > Would it be possible for DNS records to be created in the form of > int-mysql-slave.medialation.net that could automatically round robin the > requests? That would probably be the best since u can then just point all > your reads to that hostname. > > Anyone think that this is a valid scalr feature request?
This is already done in scalr. All instances of the same role use the same subdomain and a round robin balancing of all requests is already performed. This works perfectly if you want all requests spread equally between all instances on a role. I love this as the easiest way of load balancing in most cases :-) The int-mysql-slave is also what I am using as a read-only backend for mysql-proxy after the first slave started. If the DNS Update could be delayed until the newly started slave is in sync this would also be the perfect solution for my problem! Would this be possible? Cheers, Mario --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "scalr-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/scalr-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
