[Seaside] Call for help: Seaside performances

Boris Popov boris at deepcovelabs.com
Fri Jan 12 00:23:26 UTC 2007


I certainly would, but it's not the Apache that does the balancing here,
rather a separate piece of hardware that acts as an SSL proxy and does
the balancing.

Cheers,

-Boris

-- 
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4

boris at deepcovelabs.com

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: seaside-bounces at lists.squeakfoundation.org
[mailto:seaside-bounces at lists.squeakfoundation.org] On Behalf Of Ramon
Leon
Sent: Thursday, January 11, 2007 4:21 PM
To: 'The Squeak Enterprise Aubergines Server - general discussion.'
Subject: RE: [Seaside] Call for help: Seaside performances

> That's a pretty neat way of doing it when you partition the 
> application in a predictable manner, be it the hostname or 
> the url token. In our case we'll just have a fat stateful 
> load balancer in front of an army of medium sized servers 
> (multiple VMs across a few servers, actually) that proxies 
> requests round the pool for new sessions and to the matching 
> machine for existing sessions based on their session cookie 
> (or _s parameter, since we use both now), in which case 
> scaling is achieved by adding more machines to the pool and 
> spreading the load evenly across.
> You can also get away with doing simpler IP based load 
> balancing in most cases which saves you cycles on the 
> balancer that are needed to extract the session id and serve 
> as an SSL proxy, exception being the clients from networks 
> where outside gateway keeps changing all the time, which AOL 
> used to do quite a bit, not sure about the state of things nowadays.
> 
> Cheers!
> 
> -Boris

Care to share your Apache config?  I don't need to partition my app like
Dabble, I'm thinking the same as you're doing here, just run a bunch of
images and use Apache to load balance them.  I just discovered
mod_proxy_balancer today, looks like exactly what I need, but I have to
upgrade to 2.2 to use it.

Ramon Leon
http://onsmalltalk.com

_______________________________________________
Seaside mailing list
Seaside at lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the Seaside mailing list