Re: Please Help: Inconsistent Load Balancing info mod_jk2

2003-12-03 Thread Marco Manini
Hi,
i'm using mod_jk2 for load balancing purpose and I have a problem in fail
over scenario.
I described this scenario in the bugs database:
http://issues.apache.org/bugzilla/show_bug.cgi?id=24882

Can you tell me if you have a similar behavior please?
Thanks!

Marco

- Original Message -
From: Asif Chowdhary [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, December 02, 2003 6:52 PM
Subject: RE: Please Help: Inconsistent Load Balancing info mod_jk2


Thank you

-Original Message-
From: David O'Brien [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 02, 2003 12:48 PM
To: Tomcat Users List
Cc: [EMAIL PROTECTED]
Subject: Re: Please Help: Inconsistent Load Balancing info mod_jk2


Higher the number ... More Hits

I have one worker at lb_factor=4 and one at lb_factor=8 and the
distribution if I have
150 sessions active the server with lb_factor=4 has 49 and the server with
lb_factor=8 has 101

This can be seen at @ http://www.nacrraware.net/cluster/

-Dave




At 10:32 AM 12/2/2003, Asif Chowdhary wrote:
The apache documentation say that higher the number
the greater the number of requests which tomcat will receive.

The tomcat definitive Guide from orielly says that the
lower the number the greater the number of requests
a tomcat instance will receive.

What is correct?

Which instance will get more requests?
First or Second


#First instance of tomcat in workers2.properties

lb_factor = 10

#Second instance of tomcat in workers2.properties

lb_factor = 20


Thanks






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


David G. O'Brien
Web Services Coordinator / Systems Administrator

NACCRRA
The Nation's Network of Child Care Resource  Referral
1319 F Street NW, Suite 500
Washington, DC 20004
(202) 393-5501 ext. 113
(202) 393-1109 fax

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Please Help: Inconsistent Load Balancing info mod_jk2

2003-12-03 Thread Asif Chowdhary
Have not tested to that extent yet

-Original Message-
From: Marco Manini [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 03, 2003 5:27 AM
To: Tomcat Users List
Subject: Re: Please Help: Inconsistent Load Balancing info mod_jk2


Hi,
i'm using mod_jk2 for load balancing purpose and I have a problem in fail
over scenario.
I described this scenario in the bugs database:
http://issues.apache.org/bugzilla/show_bug.cgi?id=24882

Can you tell me if you have a similar behavior please?
Thanks!

Marco

- Original Message -
From: Asif Chowdhary [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, December 02, 2003 6:52 PM
Subject: RE: Please Help: Inconsistent Load Balancing info mod_jk2


Thank you

-Original Message-
From: David O'Brien [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 02, 2003 12:48 PM
To: Tomcat Users List
Cc: [EMAIL PROTECTED]
Subject: Re: Please Help: Inconsistent Load Balancing info mod_jk2


Higher the number ... More Hits

I have one worker at lb_factor=4 and one at lb_factor=8 and the
distribution if I have
150 sessions active the server with lb_factor=4 has 49 and the server with
lb_factor=8 has 101

This can be seen at @ http://www.nacrraware.net/cluster/

-Dave




At 10:32 AM 12/2/2003, Asif Chowdhary wrote:
The apache documentation say that higher the number
the greater the number of requests which tomcat will receive.

The tomcat definitive Guide from orielly says that the
lower the number the greater the number of requests
a tomcat instance will receive.

What is correct?

Which instance will get more requests?
First or Second


#First instance of tomcat in workers2.properties

lb_factor = 10

#Second instance of tomcat in workers2.properties

lb_factor = 20


Thanks






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


David G. O'Brien
Web Services Coordinator / Systems Administrator

NACCRRA
The Nation's Network of Child Care Resource  Referral
1319 F Street NW, Suite 500
Washington, DC 20004
(202) 393-5501 ext. 113
(202) 393-1109 fax

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Please Help: Inconsistent Load Balancing info mod_jk2

2003-12-02 Thread Asif Chowdhary
The apache documentation say that higher the number
the greater the number of requests which tomcat will receive.

The tomcat definitive Guide from orielly says that the
lower the number the greater the number of requests 
a tomcat instance will receive.

What is correct?

Which instance will get more requests?
First or Second


#First instance of tomcat in workers2.properties

lb_factor = 10

#Second instance of tomcat in workers2.properties

lb_factor = 20


Thanks






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Please Help: Inconsistent Load Balancing info mod_jk2

2003-12-02 Thread David O'Brien
Higher the number ... More Hits

I have one worker at lb_factor=4 and one at lb_factor=8 and the 
distribution if I have
150 sessions active the server with lb_factor=4 has 49 and the server with 
lb_factor=8 has 101

This can be seen at @ http://www.nacrraware.net/cluster/

-Dave



At 10:32 AM 12/2/2003, Asif Chowdhary wrote:
The apache documentation say that higher the number
the greater the number of requests which tomcat will receive.
The tomcat definitive Guide from orielly says that the
lower the number the greater the number of requests
a tomcat instance will receive.
What is correct?

Which instance will get more requests?
First or Second
#First instance of tomcat in workers2.properties

lb_factor = 10

#Second instance of tomcat in workers2.properties

lb_factor = 20

Thanks





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


David G. O'Brien
Web Services Coordinator / Systems Administrator
NACCRRA
The Nation's Network of Child Care Resource  Referral
1319 F Street NW, Suite 500
Washington, DC 20004
(202) 393-5501 ext. 113
(202) 393-1109 fax


RE: Please Help: Inconsistent Load Balancing info mod_jk2

2003-12-02 Thread Asif Chowdhary
Thank you

-Original Message-
From: David O'Brien [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 02, 2003 12:48 PM
To: Tomcat Users List
Cc: [EMAIL PROTECTED]
Subject: Re: Please Help: Inconsistent Load Balancing info mod_jk2


Higher the number ... More Hits

I have one worker at lb_factor=4 and one at lb_factor=8 and the 
distribution if I have
150 sessions active the server with lb_factor=4 has 49 and the server with 
lb_factor=8 has 101

This can be seen at @ http://www.nacrraware.net/cluster/

-Dave




At 10:32 AM 12/2/2003, Asif Chowdhary wrote:
The apache documentation say that higher the number
the greater the number of requests which tomcat will receive.

The tomcat definitive Guide from orielly says that the
lower the number the greater the number of requests
a tomcat instance will receive.

What is correct?

Which instance will get more requests?
First or Second


#First instance of tomcat in workers2.properties

lb_factor = 10

#Second instance of tomcat in workers2.properties

lb_factor = 20


Thanks






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


David G. O'Brien
Web Services Coordinator / Systems Administrator

NACCRRA
The Nation's Network of Child Care Resource  Referral
1319 F Street NW, Suite 500
Washington, DC 20004
(202) 393-5501 ext. 113
(202) 393-1109 fax

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]