Hi Mark, On 23 Jul 2017, at 10:18 pm, Mark Gowdy <m...@gowdy.co.uk> wrote:
> Has anyone considered using the more advanced ELB setup as an alternative to > apache and the adaptor? > Similar to how mod_proxy works. > > Static stuff could be served from S3, and ELB would load balance across the > instances? Sounds interesting. Are you talking about Application Load Balancers (ALB) that can do URL-based request routing? We’ve used ALBs for different purposes, but not what you’re describing. My first thought is that involving S3 like that would complicate deployment, but nothing you couldn’t script around somehow. For my money, the missing piece in the whole jigsaw remains any kind of (reliable) session portability. What would be cool is using auto-scaling to manage a dynamic appserver pool, but in the absence of portability a scale-down event on a session-based app would kill user sessions, which isn’t a great user experience. If anyone’s got any ideas for _that_ issue, I’m all ears. -- Paul Hoadley https://logicsquad.net/ https://www.linkedin.com/company/logic-squad/
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com