Hi Mark, We don't use ELBs as an alternative to Apache, but we certainly put ELBs in front of our applications.
If you are interested in using AWS for scaling your WO apps, you can use ELB "sticky sessions" to route session traffic to the correct EC2 containers, but this does not accommodate ELBs (or some other mechanism) unceremoniously terminating an EC2. We currently scale our sessionless apps using Auto Scaling Groups with scaling policies, and we're in testing phase for session-based apps using the same concept as Ramsey's PSS framework, but with Redis/Elasticache instead of db storage. If you are interested in using ELBs to remove the apache/adaptor layer, I'd be really interested in your approach and progress. Regards, -- Matt http://logicsquad.net On Wed, Jun 7, 2017, at 05:58 AM, Mark Gowdy wrote: > Hi, has anyone looked at AWS - ELB (Elastic Load Balancer) "Application > Load Balancer" as an alternative to Apache and the adaptor (in a similar > way that mod_proxy config works)? > > Mark > > > > > _______________________________________________ > 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/matt%40logicsquad.net > > This email sent to m...@logicsquad.net _______________________________________________ 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