Re: [SM-USERS] Mail attachments in a cluster environment

2007-02-08 Thread Paul Lesniewski
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

Re: [SM-USERS] Mail attachments in a cluster environment

2007-02-08 Thread Daniel Watts
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

Re: [SM-USERS] Mail attachments in a cluster environment

2007-02-04 Thread Paul Lesniewski
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

Re: [SM-USERS] Mail attachments in a cluster environment

2007-02-02 Thread Daniel Watts
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

Re: [SM-USERS] Mail attachments in a cluster environment

2007-02-02 Thread Alexandros Vellis
> 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.

Re: [SM-USERS] Mail attachments in a cluster environment

2007-02-02 Thread Daniel Watts
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

Re: [SM-USERS] Mail attachments in a cluster environment

2007-02-02 Thread Alexandros Vellis
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

Re: [SM-USERS] Mail attachments in a cluster environment

2007-02-01 Thread Marc Powell
> -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 >

[SM-USERS] Mail attachments in a cluster environment

2007-02-01 Thread Daniel Watts
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