On 2/8/07, Daniel Watts <[EMAIL PROTECTED]> wrote:
> Paul Lesniewski wrote:
> > On 2/2/07, Daniel Watts <[EMAIL PROTECTED]> wrote:
> >>
> >>
> >> Alexandros Vellis wrote:
> >>
> >> Thank you for this - we've just found out that haproxy can set a cookie
> >> on the client side that tells the load
Paul Lesniewski wrote:
> On 2/2/07, Daniel Watts <[EMAIL PROTECTED]> wrote:
>>
>>
>> Alexandros Vellis wrote:
>>
>> Thank you for this - we've just found out that haproxy can set a cookie
>> on the client side that tells the load balancer which server to connect
>> to. HAproxy is clever enough to
On 2/2/07, Daniel Watts <[EMAIL PROTECTED]> wrote:
>
>
>
> Alexandros Vellis wrote:
>
> Thank you for this - we've just found out that haproxy can set a cookie
> on the client side that tells the load balancer which server to connect
> to. HAproxy is clever enough to know that if it tries to conn
Alexandros Vellis wrote:
Thank you for this - we've just found out that haproxy can set a cookie
on the client side that tells the load balancer which server to connect
to. HAproxy is clever enough to know that if it tries to connect to the
same server and fails, it ignore the cookie and connec
> Thank you for this - we've just found out that haproxy can set a cookie
> on the client side that tells the load balancer which server to connect
> to. HAproxy is clever enough to know that if it tries to connect to the
> same server and fails, it ignore the cookie and connect to another server.
Daniel Watts wrote:
Our system looks like this:
[internet]
[load balancer] [load balancer]
| \/ | \/A
[web] [web][web] <---mysql cluster
\ |/
[imap server]
The web servers are all sharing their sessions which are stor
Daniel Watts wrote:
> Our system looks like this:
>
>[internet]
>
> [load balancer] [load balancer]
>
> | \/ | \/A
> [web] [web][web]<---mysql cluster
>
> \ |/
> [imap server]
>
>
>
> The web servers are all sharing their sess
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Daniel Watts
> Sent: Thursday, February 01, 2007 10:54 AM
> To: squirrelmail-users@lists.sourceforge.net
> Subject: [SM-USERS] Mail attachments in a cluster environment
>
Our system looks like this:
[internet]
[load balancer] [load balancer]
| \/ | \/A
[web] [web][web] <---mysql cluster
\ |/
[imap server]
The web servers are all sharing their sessions which are stored in a
mysql cluster. Thi