Re: [Pound Mailing List] Source ip-Hashing method in load balancing.

2010-01-28 Thread Michal Táborský - MALL.cz
Hello Raj, I think your question got answered already, but I wanted to give you some extra advice. If you are running your application in a multi-server environment and the app requires that all requests in a single session come to the same server, you are asking for trouble. For example: -

Re: Fwd: [Pound Mailing List] Source ip-Hashing method in load balancing.

2010-01-27 Thread Raj Ganguly
, Zack Steinkamp < > zack_steink...@symantec.com > > wrote: > > > To load balance between your two BackEnds, you need to put both BackEnd > > blocks within the same Service block, and remove the second Service > block. > > > > -zs > > > &g

Re: Fwd: [Pound Mailing List] Source ip-Hashing method in load balancing.

2010-01-27 Thread Raj Ganguly
ce between your two BackEnds, you need to put both BackEnd > blocks within the same Service block, and remove the second Service block. > > -zs > > > > Raj Ganguly wrote: > >> -- Forwarded message -- >> From: Raj Ganguly >> Date: Thu,

Re: Fwd: [Pound Mailing List] Source ip-Hashing method in load balancing.

2010-01-25 Thread Zack Steinkamp
List] Source ip-Hashing method in load balancing. To: pound@apsis.ch Thanks for the info.Is it possible to keep the TTL value as infinite.I mean the load balancing need to be done only on basis of Client IP I don't want any dependency with TTL value. Secondly what is the logic for ip-hasing

Fwd: [Pound Mailing List] Source ip-Hashing method in load balancing.

2010-01-25 Thread Raj Ganguly
-- Forwarded message -- From: Raj Ganguly Date: Thu, Jan 21, 2010 at 8:24 PM Subject: Re: [Pound Mailing List] Source ip-Hashing method in load balancing. To: pound@apsis.ch Thanks for the info.Is it possible to keep the TTL value as infinite.I mean the load balancing need to be

Re: [Pound Mailing List] [Abwesenheitsbenachrichtigung] Re: [Pound Mailing List] [Abwesenheitsbenachrichtigung] Re: Re: [Pound Mailing List] Source ip-Hashing method in load balancing.

2010-01-18 Thread Emilio Campos
in the school teachers not learned me to speack germany! :P 2010/1/18 > Sehr geehrter Kunde/Geschäftspartner, > > derzeit bin ich nicht erreichbar. Sie erreichen mich vrstl. ab Donnerstag, > den 21.02.2010 zu den bekannten Bürozeiten. > > In dringenden Fällen oder wenn Sie über ein Service-Le

[Pound Mailing List] [Abwesenheitsbenachrichtigung] Re: [Pound Mailing List] [Abwesenheitsbenachrichtigung] Re: Re: [Pound Mailing List] Source ip-Hashing method in load balancing.

2010-01-18 Thread j . parree
Sehr geehrter Kunde/Geschäftspartner, derzeit bin ich nicht erreichbar. Sie erreichen mich vrstl. ab Donnerstag, den 21.02.2010 zu den bekannten Bürozeiten. In dringenden Fällen oder wenn Sie über ein Service-Level-Agreement verfügen, wenden Sie bitte an einen meiner Kollegen (oder an einen an

[Pound Mailing List] [Abwesenheitsbenachrichtigung] Re: Re: [Pound Mailing List] Source ip-Hashing method in load balancing.

2010-01-18 Thread j . parree
Sehr geehrter Kunde/Geschäftspartner, derzeit bin ich nicht erreichbar. Sie erreichen mich vrstl. ab Donnerstag, den 21.02.2010 zu den bekannten Bürozeiten. In dringenden Fällen oder wenn Sie über ein Service-Level-Agreement verfügen, wenden Sie bitte an einen meiner Kollegen (oder an einen an

Re: [Pound Mailing List] Source ip-Hashing method in load balancing.

2010-01-18 Thread Albert
Yes, out of the "Session" types is IP. This will hash an IP into a specific backend for the however long the TTL (time to live) is setup for the session. Here's a sample (it goes within Service definition block): #ip-binding for session for 5 minutes Session TypeIP TTL 3

[Pound Mailing List] Source ip-Hashing method in load balancing.

2010-01-17 Thread Raj Ganguly
Hi All, Is it possible to have source ip-hashing method for load balancing in pound load balancer server. My requirement is to a VIP with four instances of listening port.When a request comes from a client (different ip-addresses is possible) it should be routed to any one of the instance. Even for