Request Counting algorithm
--00032555ae565974cc047ac7162b
Content-Type: text/plain; charset=ISO-8859-1
Hi,
I was trying to implement Round Robin in mod_proxy, but I realized that
Request Counting is like as Round Robin when all values of lbfactor are
equal.
Is That right ???
--
Thank you
Ricardo
--00032555ae565974cc047ac7162b
Content-Type: text/html; charset=ISO-8859-1
Hi,<div><br></div><div>I was trying to implement Round Robin in mod_proxy, but I realized that Request Counting is like as Round Robin when all values of lbfactor are equal.</div><div><br></div><div>Is That right ???<div>-- <br>
Thank you<br><br>Ricardo<br>
</div></div>
--00032555ae565974cc047ac7162b--
Re: Request Counting algorithm
ricardo figueiredo wrote:
> Hi,
>
> I was trying to implement Round Robin in mod_proxy, but I realized that
> Request Counting is like as Round Robin when all values of lbfactor are
> equal.
>
> Is That right ???
That sounds like a valid deduction.
It don't think that it is necessarily of the same level as e=Mc2 however.
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Re: Request Counting algorithm
--0015175cae180aa261047ac79b75
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Althrough, I did some tests and measuring the actives connections.
The distribuition of requests doesn't equal.
For example:
A B C D
120 158 138 117
Using RR would be:
A B C D
125 127 124 126
I think that there would be a small difference in the number of connections
between machines.
Ricardo
On Tue, Dec 15, 2009 at 2:55 PM, Andr=E9 Warnier <aw [at] ice-sa.com> wrote:
> ricardo figueiredo wrote:
>
>> Hi,
>>
>> I was trying to implement Round Robin in mod_proxy, but I realized that
>> Request Counting is like as Round Robin when all values of lbfactor are
>> equal.
>>
>> Is That right ???
>>
>
> That sounds like a valid deduction.
> It don't think that it is necessarily of the same level as e=3DMc2 howeve=
r.
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project=
..
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
> " from the digest: users-digest-unsubscribe [at] httpd.apache.org
> For additional commands, e-mail: users-help [at] httpd.apache.org
>
>
--
Muito Obrigado
Ricardo
--0015175cae180aa261047ac79b75
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Althrough, I did some tests and measuring the actives connections.<div><br>=
</div><div>The distribuition of requests doesn't equal.</div><div>For e=
xample:</div><div><br></div><div>A =A0 =A0 =A0 =A0 =A0B =A0 =A0 =A0 =A0 =A0=
C =A0 =A0 =A0 =A0 =A0 D</div>
<div>120 =A0 =A0 =A0158 =A0 =A0 =A0 138 =A0 =A0 =A0 117</div><div><br></div=
><div>Using RR would be:</div><div>A =A0 =A0 =A0 =A0 =A0B =A0 =A0 =A0 =A0 =
=A0 C =A0 =A0 =A0 =A0 =A0 D</div><div>125 =A0 =A0 =A0127 =A0 =A0 =A0 124 =
=A0 =A0 =A0 126</div><div><br></div><div>I think that there would be a smal=
l difference in the number of connections between machines.</div>
<div><br></div><div>Ricardo</div><div><br></div><div><br></div><div><br></d=
iv><div><br><div class=3D"gmail_quote">On Tue, Dec 15, 2009 at 2:55 PM, And=
r=E9 Warnier <span dir=3D"ltr"><<a href=3D"mailto:aw [at] ice-sa.com">aw [at] ice-=
sa.com</a>></span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex;"><div class=3D"im">ricardo figueiredo wrote:=
<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I was trying to implement Round Robin in mod_proxy, but I realized that<br>
Request Counting is like as Round Robin when all values of lbfactor are<br>
equal.<br>
<br>
Is That right ???<br>
</blockquote>
<br></div>
That sounds like a valid deduction.<br>
It don't think that it is necessarily of the same level as e=3DMc2 howe=
ver.<br>
<br>
------------------------------------------------------------ ---------<br>
The official User-To-User support forum of the Apache HTTP Server Project.<=
br>
See <URL:<a href=3D"http://httpd.apache.org/userslist.html" target=3D"_b=
lank">http://httpd.apache.org/userslist.html</a>> for more info.<br>
To unsubscribe, e-mail: <a href=3D"mailto:users-unsubscribe [at] httpd.apache.or=
g" target=3D"_blank">users-unsubscribe [at] httpd.apache.org</a><br>
=A0" =A0 from the digest: <a href=3D"mailto:users-digest-unsubscribe [at] =
httpd.apache.org" target=3D"_blank">users-digest-unsubscribe [at] httpd.apache.o=
rg</a><br>
For additional commands, e-mail: <a href=3D"mailto:users-help [at] httpd.apache.=
org" target=3D"_blank">users-help [at] httpd.apache.org</a><br>
<br>
</blockquote></div><br><br clear=3D"all"><br>-- <br>Muito Obrigado<br><br>R=
icardo<br>
</div>
--0015175cae180aa261047ac79b75--
Re: Request Counting algorithm
On Tue, Dec 15, 2009 at 12:20 PM, ricardo figueiredo
<ricardoogrande [at] gmail.com> wrote:
> Althrough, I did some tests and measuring the actives connections.
> The distribuition of requests doesn't equal.
> For example:
> A =A0 =A0 =A0 =A0 =A0B =A0 =A0 =A0 =A0 =A0 C =A0 =A0 =A0 =A0 =A0 D
> 120 =A0 =A0 =A0158 =A0 =A0 =A0 138 =A0 =A0 =A0 117
> Using RR would be:
> A =A0 =A0 =A0 =A0 =A0B =A0 =A0 =A0 =A0 =A0 C =A0 =A0 =A0 =A0 =A0 D
> 125 =A0 =A0 =A0127 =A0 =A0 =A0 124 =A0 =A0 =A0 126
> I think that there would be a small difference in the number of connectio=
ns
> between machines.
> Ricardo
Is the balancing coordinated across processes? Try testing with 1
child process only.
--
Eric Covener
covener [at] gmail.com
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Re: Request Counting algorithm
Almost, but not quite. RR says "go to the next one in the list, no
matter if it was just the last one to return" whereas the request
counting one factors that in... So even though after a period of
time all will share 1/4 of the load, the ordering in which they
share it will not be the same.
On Dec 15, 2009, at 11:43 AM, ricardo figueiredo wrote:
> Hi,
>
> I was trying to implement Round Robin in mod_proxy, but I realized =
that Request Counting is like as Round Robin when all values of lbfactor =
are equal.
>
> Is That right ???
> --
> Thank you
>
> Ricardo
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Re: Request Counting algorithm
--0003255550f28e5535047ac927fd
Content-Type: text/plain; charset=ISO-8859-1
Perfect !!!
I want to know "How does It work ??"
Ricardo
On Tue, Dec 15, 2009 at 5:08 PM, Jim Jagielski <jim [at] jagunet.com> wrote:
> Almost, but not quite. RR says "go to the next one in the list, no
> matter if it was just the last one to return" whereas the request
> counting one factors that in... So even though after a period of
> time all will share 1/4 of the load, the ordering in which they
> share it will not be the same.
>
> On Dec 15, 2009, at 11:43 AM, ricardo figueiredo wrote:
>
> > Hi,
> >
> > I was trying to implement Round Robin in mod_proxy, but I realized that
> Request Counting is like as Round Robin when all values of lbfactor are
> equal.
> >
> > Is That right ???
> > --
> > Thank you
> >
> > Ricardo
>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
> " from the digest: users-digest-unsubscribe [at] httpd.apache.org
> For additional commands, e-mail: users-help [at] httpd.apache.org
>
>
--
Muito Obrigado
Ricardo
--0003255550f28e5535047ac927fd
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
<br>Perfect !!!<div><br></div><div>I want to know "How does It work ??=
"</div><div><br></div><div>Ricardo</div><div><br><div class=3D"gmail_q=
uote">On Tue, Dec 15, 2009 at 5:08 PM, Jim Jagielski <span dir=3D"ltr"><=
<a href=3D"mailto:jim [at] jagunet.com">jim [at] jagunet.com</a>></span> wrote:<br=
>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex;">Almost, but not quite. RR says "go to =
the next one in the list, no<br>
matter if it was just the last one to return" whereas the request<br>
counting one factors that in... So even though after a period of<br>
time all will share 1/4 of the load, the ordering in which they<br>
share it will not be the same.<br>
<div><div></div><div class=3D"h5"><br>
On Dec 15, 2009, at 11:43 AM, ricardo figueiredo wrote:<br>
<br>
> Hi,<br>
><br>
> I was trying to implement Round Robin in mod_proxy, but I realized tha=
t Request Counting is like as Round Robin when all values of lbfactor are e=
qual.<br>
><br>
> Is That right ???<br>
> --<br>
> Thank you<br>
><br>
> Ricardo<br>
<br>
<br>
</div></div><div><div></div><div class=3D"h5">-----------------------------=
----------------------------------------<br>
The official User-To-User support forum of the Apache HTTP Server Project.<=
br>
See <URL:<a href=3D"http://httpd.apache.org/userslist.html" target=3D"_b=
lank">http://httpd.apache.org/userslist.html</a>> for more info.<br>
To unsubscribe, e-mail: <a href=3D"mailto:users-unsubscribe [at] httpd.apache.or=
g">users-unsubscribe [at] httpd.apache.org</a><br>
=A0 " =A0 from the digest: <a href=3D"mailto:users-digest-unsubscribe=
[at] httpd.apache.org">users-digest-unsubscribe [at] httpd.apache.org</a><br>
For additional commands, e-mail: <a href=3D"mailto:users-help [at] httpd.apache.=
org">users-help [at] httpd.apache.org</a><br>
<br>
</div></div></blockquote></div><br><br clear=3D"all"><br>-- <br>Muito Obrig=
ado<br><br>Ricardo<br>
</div>
--0003255550f28e5535047ac927fd--
Re: Request Counting algorithm
--0015173ff5725abf2a047b070a4e
Content-Type: text/plain; charset=ISO-8859-1
Is there RR implemented in mod_proxy ???
Independently of the lbfactor.
I need too much !!!
Thank you
Ricardo
On Tue, Dec 15, 2009 at 5:11 PM, ricardo figueiredo <
ricardoogrande [at] gmail.com> wrote:
>
> Perfect !!!
>
> I want to know "How does It work ??"
>
> Ricardo
>
> On Tue, Dec 15, 2009 at 5:08 PM, Jim Jagielski <jim [at] jagunet.com> wrote:
>
>> Almost, but not quite. RR says "go to the next one in the list, no
>> matter if it was just the last one to return" whereas the request
>> counting one factors that in... So even though after a period of
>> time all will share 1/4 of the load, the ordering in which they
>> share it will not be the same.
>>
>> On Dec 15, 2009, at 11:43 AM, ricardo figueiredo wrote:
>>
>> > Hi,
>> >
>> > I was trying to implement Round Robin in mod_proxy, but I realized that
>> Request Counting is like as Round Robin when all values of lbfactor are
>> equal.
>> >
>> > Is That right ???
>> > --
>> > Thank you
>> >
>> > Ricardo
>>
>>
>> ------------------------------------------------------------ ---------
>> The official User-To-User support forum of the Apache HTTP Server Project.
>> See <URL:http://httpd.apache.org/userslist.html> for more info.
>> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
>> " from the digest: users-digest-unsubscribe [at] httpd.apache.org
>> For additional commands, e-mail: users-help [at] httpd.apache.org
>>
>>
>
>
> --
> Muito Obrigado
>
> Ricardo
>
--
Muito Obrigado
Ricardo
--0015173ff5725abf2a047b070a4e
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Is there RR implemented in mod_proxy ???<div>Independently of the lbfactor.=
</div><div><br></div><div>I need too much !!!<br><div><br></div><div>Thank =
you</div><div>Ricardo<br><br><div class=3D"gmail_quote">On Tue, Dec 15, 200=
9 at 5:11 PM, ricardo figueiredo <span dir=3D"ltr"><<a href=3D"mailto:ri=
cardoogrande [at] gmail.com">ricardoogrande [at] gmail.com</a>></span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex;"><br>Perfect !!!<div><br></div><div>I want t=
o know "How does It work ??"</div><div><br></div><div>Ricardo</di=
v>
<div><div><div></div><div class=3D"h5"><br><div class=3D"gmail_quote">On Tu=
e, Dec 15, 2009 at 5:08 PM, Jim Jagielski <span dir=3D"ltr"><<a href=3D"=
mailto:jim [at] jagunet.com" target=3D"_blank">jim [at] jagunet.com</a>></span> wr=
ote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">Almost, but not quite. RR says "go to t=
he next one in the list, no<br>
matter if it was just the last one to return" whereas the request<br>
counting one factors that in... So even though after a period of<br>
time all will share 1/4 of the load, the ordering in which they<br>
share it will not be the same.<br>
<div><div></div><div><br>
On Dec 15, 2009, at 11:43 AM, ricardo figueiredo wrote:<br>
<br>
> Hi,<br>
><br>
> I was trying to implement Round Robin in mod_proxy, but I realized tha=
t Request Counting is like as Round Robin when all values of lbfactor are e=
qual.<br>
><br>
> Is That right ???<br>
> --<br>
> Thank you<br>
><br>
> Ricardo<br>
<br>
<br>
</div></div><div><div></div><div>------------------------------------------=
---------------------------<br>
The official User-To-User support forum of the Apache HTTP Server Project.<=
br>
See <URL:<a href=3D"http://httpd.apache.org/userslist.html" target=3D"_b=
lank">http://httpd.apache.org/userslist.html</a>> for more info.<br>
To unsubscribe, e-mail: <a href=3D"mailto:users-unsubscribe [at] httpd.apache.or=
g" target=3D"_blank">users-unsubscribe [at] httpd.apache.org</a><br>
=A0 " =A0 from the digest: <a href=3D"mailto:users-digest-unsubscribe=
[at] httpd.apache.org" target=3D"_blank">users-digest-unsubscribe [at] httpd.apache.=
org</a><br>
For additional commands, e-mail: <a href=3D"mailto:users-help [at] httpd.apache.=
org" target=3D"_blank">users-help [at] httpd.apache.org</a><br>
<br>
</div></div></blockquote></div><br><br clear=3D"all"><br></div></div>-- <br=
>Muito Obrigado<br><br>Ricardo<br>
</div>
</blockquote></div><br><br clear=3D"all"><br>-- <br>Muito Obrigado<br><br>R=
icardo<br>
</div></div>
--0015173ff5725abf2a047b070a4e--
Re: Request Counting algorithm
There is an experimental/example RR LB provider module in httpd-trunk
that I wrote that works.
On Dec 18, 2009, at 4:01 PM, ricardo figueiredo wrote:
> Is there RR implemented in mod_proxy ???
> Independently of the lbfactor.
>
> I need too much !!!
>
> Thank you
> Ricardo
>
> On Tue, Dec 15, 2009 at 5:11 PM, ricardo figueiredo =
<ricardoogrande [at] gmail.com> wrote:
>
> Perfect !!!
>
> I want to know "How does It work ??"
>
> Ricardo
>
> On Tue, Dec 15, 2009 at 5:08 PM, Jim Jagielski <jim [at] jagunet.com> =
wrote:
> Almost, but not quite. RR says "go to the next one in the list, no
> matter if it was just the last one to return" whereas the request
> counting one factors that in... So even though after a period of
> time all will share 1/4 of the load, the ordering in which they
> share it will not be the same.
>
> On Dec 15, 2009, at 11:43 AM, ricardo figueiredo wrote:
>
> > Hi,
> >
> > I was trying to implement Round Robin in mod_proxy, but I realized =
that Request Counting is like as Round Robin when all values of lbfactor =
are equal.
> >
> > Is That right ???
> > --
> > Thank you
> >
> > Ricardo
>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server =
Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
> " from the digest: users-digest-unsubscribe [at] httpd.apache.org
> For additional commands, e-mail: users-help [at] httpd.apache.org
>
>
>
>
> --
> Muito Obrigado
>
> Ricardo
>
>
>
> --
> Muito Obrigado
>
> Ricardo
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Re: Request Counting algorithm
--000325557522d2443a047b3d8f09
Content-Type: text/plain; charset=ISO-8859-1
Where Can I get this algorithm ??? Which URL ???
Ricardo
On Mon, Dec 21, 2009 at 11:55 AM, Jim Jagielski <jim [at] jagunet.com> wrote:
> There is an experimental/example RR LB provider module in httpd-trunk
> that I wrote that works.
>
> On Dec 18, 2009, at 4:01 PM, ricardo figueiredo wrote:
>
> > Is there RR implemented in mod_proxy ???
> > Independently of the lbfactor.
> >
> > I need too much !!!
> >
> > Thank you
> > Ricardo
> >
> > On Tue, Dec 15, 2009 at 5:11 PM, ricardo figueiredo <
> ricardoogrande [at] gmail.com> wrote:
> >
> > Perfect !!!
> >
> > I want to know "How does It work ??"
> >
> > Ricardo
> >
> > On Tue, Dec 15, 2009 at 5:08 PM, Jim Jagielski <jim [at] jagunet.com> wrote:
> > Almost, but not quite. RR says "go to the next one in the list, no
> > matter if it was just the last one to return" whereas the request
> > counting one factors that in... So even though after a period of
> > time all will share 1/4 of the load, the ordering in which they
> > share it will not be the same.
> >
> > On Dec 15, 2009, at 11:43 AM, ricardo figueiredo wrote:
> >
> > > Hi,
> > >
> > > I was trying to implement Round Robin in mod_proxy, but I realized that
> Request Counting is like as Round Robin when all values of lbfactor are
> equal.
> > >
> > > Is That right ???
> > > --
> > > Thank you
> > >
> > > Ricardo
> >
> >
> > ------------------------------------------------------------ ---------
> > The official User-To-User support forum of the Apache HTTP Server
> Project.
> > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
> > " from the digest: users-digest-unsubscribe [at] httpd.apache.org
> > For additional commands, e-mail: users-help [at] httpd.apache.org
> >
> >
> >
> >
> > --
> > Muito Obrigado
> >
> > Ricardo
> >
> >
> >
> > --
> > Muito Obrigado
> >
> > Ricardo
>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
> " from the digest: users-digest-unsubscribe [at] httpd.apache.org
> For additional commands, e-mail: users-help [at] httpd.apache.org
>
>
--
Muito Obrigado
Ricardo
--000325557522d2443a047b3d8f09
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Where Can I get this algorithm ??? Which URL ???<div><br></div><div>Ricardo=
<br><br><div class=3D"gmail_quote">On Mon, Dec 21, 2009 at 11:55 AM, Jim Ja=
gielski <span dir=3D"ltr"><<a href=3D"mailto:jim [at] jagunet.com">jim [at] jagune=
t.com</a>></span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex;">There is an experimental/example RR LB prov=
ider module in httpd-trunk<br>
that I wrote that works.<br>
<div><div></div><div class=3D"h5"><br>
On Dec 18, 2009, at 4:01 PM, ricardo figueiredo wrote:<br>
<br>
> Is there RR implemented in mod_proxy ???<br>
> Independently of the lbfactor.<br>
><br>
> I need too much !!!<br>
><br>
> Thank you<br>
> Ricardo<br>
><br>
> On Tue, Dec 15, 2009 at 5:11 PM, ricardo figueiredo <<a href=3D"mai=
lto:ricardoogrande [at] gmail.com">ricardoogrande [at] gmail.com</a>> wrote:<br>
><br>
> Perfect !!!<br>
><br>
> I want to know "How does It work ??"<br>
><br>
> Ricardo<br>
><br>
> On Tue, Dec 15, 2009 at 5:08 PM, Jim Jagielski <<a href=3D"mailto:j=
im [at] jagunet.com">jim [at] jagunet.com</a>> wrote:<br>
> Almost, but not quite. RR says "go to the next one in the list, n=
o<br>
> matter if it was just the last one to return" whereas the request=
<br>
> counting one factors that in... So even though after a period of<br>
> time all will share 1/4 of the load, the ordering in which they<br>
> share it will not be the same.<br>
><br>
> On Dec 15, 2009, at 11:43 AM, ricardo figueiredo wrote:<br>
><br>
> > Hi,<br>
> ><br>
> > I was trying to implement Round Robin in mod_proxy, but I realize=
d that Request Counting is like as Round Robin when all values of lbfactor =
are equal.<br>
> ><br>
> > Is That right ???<br>
> > --<br>
> > Thank you<br>
> ><br>
> > Ricardo<br>
><br>
><br>
> ------------------------------------------------------------ ---------<=
br>
> The official User-To-User support forum of the Apache HTTP Server Proj=
ect.<br>
> See <URL:<a href=3D"http://httpd.apache.org/userslist.html" target=
=3D"_blank">http://httpd.apache.org/userslist.html</a>> for more info.<b=
r>
> To unsubscribe, e-mail: <a href=3D"mailto:users-unsubscribe [at] httpd.apac=
he.org">users-unsubscribe [at] httpd.apache.org</a><br>
> =A0 " =A0 from the digest: <a href=3D"mailto:users-digest-unsubsc=
ribe [at] httpd.apache.org">users-digest-unsubscribe [at] httpd.apache .org</a><br>
> For additional commands, e-mail: <a href=3D"mailto:users-help [at] httpd.ap=
ache.org">users-help [at] httpd.apache.org</a><br>
><br>
><br>
><br>
><br>
> --<br>
> Muito Obrigado<br>
><br>
> Ricardo<br>
><br>
><br>
><br>
> --<br>
> Muito Obrigado<br>
><br>
> Ricardo<br>
<br>
<br>
------------------------------------------------------------ ---------<br>
The official User-To-User support forum of the Apache HTTP Server Project.<=
br>
See <URL:<a href=3D"http://httpd.apache.org/userslist.html" target=3D"_b=
lank">http://httpd.apache.org/userslist.html</a>> for more info.<br>
To unsubscribe, e-mail: <a href=3D"mailto:users-unsubscribe [at] httpd.apache.or=
g">users-unsubscribe [at] httpd.apache.org</a><br>
=A0 " =A0 from the digest: <a href=3D"mailto:users-digest-unsubscribe=
[at] httpd.apache.org">users-digest-unsubscribe [at] httpd.apache.org</a><br>
For additional commands, e-mail: <a href=3D"mailto:users-help [at] httpd.apache.=
org">users-help [at] httpd.apache.org</a><br>
<br>
</div></div></blockquote></div><br><br clear=3D"all"><br>-- <br>Muito Obrig=
ado<br><br>Ricardo<br>
</div>
--000325557522d2443a047b3d8f09--
Re: Request Counting algorithm
--000325557a76387575047b3f197e
Content-Type: text/plain; charset=ISO-8859-1
I found this link:
http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy /mod_lbmethod_rr.c?view=markup&pathrev=594659
Is This code RR right ???
Ricardo
On Mon, Dec 21, 2009 at 12:04 PM, ricardo figueiredo <
ricardoogrande [at] gmail.com> wrote:
> Where Can I get this algorithm ??? Which URL ???
>
> Ricardo
>
>
> On Mon, Dec 21, 2009 at 11:55 AM, Jim Jagielski <jim [at] jagunet.com> wrote:
>
>> There is an experimental/example RR LB provider module in httpd-trunk
>> that I wrote that works.
>>
>> On Dec 18, 2009, at 4:01 PM, ricardo figueiredo wrote:
>>
>> > Is there RR implemented in mod_proxy ???
>> > Independently of the lbfactor.
>> >
>> > I need too much !!!
>> >
>> > Thank you
>> > Ricardo
>> >
>> > On Tue, Dec 15, 2009 at 5:11 PM, ricardo figueiredo <
>> ricardoogrande [at] gmail.com> wrote:
>> >
>> > Perfect !!!
>> >
>> > I want to know "How does It work ??"
>> >
>> > Ricardo
>> >
>> > On Tue, Dec 15, 2009 at 5:08 PM, Jim Jagielski <jim [at] jagunet.com> wrote:
>> > Almost, but not quite. RR says "go to the next one in the list, no
>> > matter if it was just the last one to return" whereas the request
>> > counting one factors that in... So even though after a period of
>> > time all will share 1/4 of the load, the ordering in which they
>> > share it will not be the same.
>> >
>> > On Dec 15, 2009, at 11:43 AM, ricardo figueiredo wrote:
>> >
>> > > Hi,
>> > >
>> > > I was trying to implement Round Robin in mod_proxy, but I realized
>> that Request Counting is like as Round Robin when all values of lbfactor are
>> equal.
>> > >
>> > > Is That right ???
>> > > --
>> > > Thank you
>> > >
>> > > Ricardo
>> >
>> >
>> > ------------------------------------------------------------ ---------
>> > The official User-To-User support forum of the Apache HTTP Server
>> Project.
>> > See <URL:http://httpd.apache.org/userslist.html> for more info.
>> > To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
>> > " from the digest: users-digest-unsubscribe [at] httpd.apache.org
>> > For additional commands, e-mail: users-help [at] httpd.apache.org
>> >
>> >
>> >
>> >
>> > --
>> > Muito Obrigado
>> >
>> > Ricardo
>> >
>> >
>> >
>> > --
>> > Muito Obrigado
>> >
>> > Ricardo
>>
>>
>> ------------------------------------------------------------ ---------
>> The official User-To-User support forum of the Apache HTTP Server Project.
>> See <URL:http://httpd.apache.org/userslist.html> for more info.
>> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
>> " from the digest: users-digest-unsubscribe [at] httpd.apache.org
>> For additional commands, e-mail: users-help [at] httpd.apache.org
>>
>>
>
>
> --
> Muito Obrigado
>
> Ricardo
>
--
Muito Obrigado
Ricardo
--000325557a76387575047b3f197e
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
I found this link:<div><a href=3D"http://svn.apache.org/viewvc/httpd/httpd/=
trunk/modules/proxy/mod_lbmethod_rr.c?view=3Dmarkup&path rev=3D594659">h=
ttp://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/ mod_lbmethod_rr=
..c?view=3Dmarkup&pathrev=3D594659</a></div>
<div><br></div><div>Is This code RR right ???</div><div><br></div><div>Rica=
rdo<br><br><div class=3D"gmail_quote">On Mon, Dec 21, 2009 at 12:04 PM, ric=
ardo figueiredo <span dir=3D"ltr"><<a href=3D"mailto:ricardoogrande [at] gmai=
l.com">ricardoogrande [at] gmail.com</a>></span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex;">Where Can I get this algorithm ??? Which UR=
L ???<div><br></div><div>Ricardo<div><div></div><div class=3D"h5"><br><br><=
div class=3D"gmail_quote">
On Mon, Dec 21, 2009 at 11:55 AM, Jim Jagielski <span dir=3D"ltr"><<a hr=
ef=3D"mailto:jim [at] jagunet.com" target=3D"_blank">jim [at] jagunet.com</a>></sp=
an> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">There is an experimental/example RR LB provi=
der module in httpd-trunk<br>
that I wrote that works.<br>
<div><div></div><div><br>
On Dec 18, 2009, at 4:01 PM, ricardo figueiredo wrote:<br>
<br>
> Is there RR implemented in mod_proxy ???<br>
> Independently of the lbfactor.<br>
><br>
> I need too much !!!<br>
><br>
> Thank you<br>
> Ricardo<br>
><br>
> On Tue, Dec 15, 2009 at 5:11 PM, ricardo figueiredo <<a href=3D"mai=
lto:ricardoogrande [at] gmail.com" target=3D"_blank">ricardoogrande [at] gmail.com</a=
>> wrote:<br>
><br>
> Perfect !!!<br>
><br>
> I want to know "How does It work ??"<br>
><br>
> Ricardo<br>
><br>
> On Tue, Dec 15, 2009 at 5:08 PM, Jim Jagielski <<a href=3D"mailto:j=
im [at] jagunet.com" target=3D"_blank">jim [at] jagunet.com</a>> wrote:<br>
> Almost, but not quite. RR says "go to the next one in the list, n=
o<br>
> matter if it was just the last one to return" whereas the request=
<br>
> counting one factors that in... So even though after a period of<br>
> time all will share 1/4 of the load, the ordering in which they<br>
> share it will not be the same.<br>
><br>
> On Dec 15, 2009, at 11:43 AM, ricardo figueiredo wrote:<br>
><br>
> > Hi,<br>
> ><br>
> > I was trying to implement Round Robin in mod_proxy, but I realize=
d that Request Counting is like as Round Robin when all values of lbfactor =
are equal.<br>
> ><br>
> > Is That right ???<br>
> > --<br>
> > Thank you<br>
> ><br>
> > Ricardo<br>
><br>
><br>
> ------------------------------------------------------------ ---------<=
br>
> The official User-To-User support forum of the Apache HTTP Server Proj=
ect.<br>
> See <URL:<a href=3D"http://httpd.apache.org/userslist.html" target=
=3D"_blank">http://httpd.apache.org/userslist.html</a>> for more info.<b=
r>
> To unsubscribe, e-mail: <a href=3D"mailto:users-unsubscribe [at] httpd.apac=
he.org" target=3D"_blank">users-unsubscribe [at] httpd.apache.org</a><br>
> =A0 " =A0 from the digest: <a href=3D"mailto:users-digest-unsubsc=
ribe [at] httpd.apache.org" target=3D"_blank">users-digest-unsubscribe [at] httpd.apa=
che.org</a><br>
> For additional commands, e-mail: <a href=3D"mailto:users-help [at] httpd.ap=
ache.org" target=3D"_blank">users-help [at] httpd.apache.org</a><br>
><br>
><br>
><br>
><br>
> --<br>
> Muito Obrigado<br>
><br>
> Ricardo<br>
><br>
><br>
><br>
> --<br>
> Muito Obrigado<br>
><br>
> Ricardo<br>
<br>
<br>
------------------------------------------------------------ ---------<br>
The official User-To-User support forum of the Apache HTTP Server Project.<=
br>
See <URL:<a href=3D"http://httpd.apache.org/userslist.html" target=3D"_b=
lank">http://httpd.apache.org/userslist.html</a>> for more info.<br>
To unsubscribe, e-mail: <a href=3D"mailto:users-unsubscribe [at] httpd.apache.or=
g" target=3D"_blank">users-unsubscribe [at] httpd.apache.org</a><br>
=A0 " =A0 from the digest: <a href=3D"mailto:users-digest-unsubscribe=
[at] httpd.apache.org" target=3D"_blank">users-digest-unsubscribe [at] httpd.apache.=
org</a><br>
For additional commands, e-mail: <a href=3D"mailto:users-help [at] httpd.apache.=
org" target=3D"_blank">users-help [at] httpd.apache.org</a><br>
<br>
</div></div></blockquote></div><br><br clear=3D"all"><br></div></div>-- <br=
>Muito Obrigado<br><br>Ricardo<br>
</div>
</blockquote></div><br><br clear=3D"all"><br>-- <br>Muito Obrigado<br><br>R=
icardo<br>
</div>
--000325557a76387575047b3f197e--
Re: Request Counting algorithm
Yep
On Dec 21, 2009, at 10:54 AM, ricardo figueiredo wrote:
> I found this link:
> =
http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy /mod_lbmethod_=
rr.c?view=3Dmarkup&pathrev=3D594659
>
> Is This code RR right ???
>
> Ricardo
>
> On Mon, Dec 21, 2009 at 12:04 PM, ricardo figueiredo =
<ricardoogrande [at] gmail.com> wrote:
> Where Can I get this algorithm ??? Which URL ???
>
> Ricardo
>
>
> On Mon, Dec 21, 2009 at 11:55 AM, Jim Jagielski <jim [at] jagunet.com> =
wrote:
> There is an experimental/example RR LB provider module in httpd-trunk
> that I wrote that works.
>
> On Dec 18, 2009, at 4:01 PM, ricardo figueiredo wrote:
>
> > Is there RR implemented in mod_proxy ???
> > Independently of the lbfactor.
> >
> > I need too much !!!
> >
> > Thank you
> > Ricardo
> >
> > On Tue, Dec 15, 2009 at 5:11 PM, ricardo figueiredo =
<ricardoogrande [at] gmail.com> wrote:
> >
> > Perfect !!!
> >
> > I want to know "How does It work ??"
> >
> > Ricardo
> >
> > On Tue, Dec 15, 2009 at 5:08 PM, Jim Jagielski <jim [at] jagunet.com> =
wrote:
> > Almost, but not quite. RR says "go to the next one in the list, no
> > matter if it was just the last one to return" whereas the request
> > counting one factors that in... So even though after a period of
> > time all will share 1/4 of the load, the ordering in which they
> > share it will not be the same.
> >
> > On Dec 15, 2009, at 11:43 AM, ricardo figueiredo wrote:
> >
> > > Hi,
> > >
> > > I was trying to implement Round Robin in mod_proxy, but I realized =
that Request Counting is like as Round Robin when all values of lbfactor =
are equal.
> > >
> > > Is That right ???
> > > --
> > > Thank you
> > >
> > > Ricardo
> >
> >
> > =
------------------------------------------------------------ ---------
> > The official User-To-User support forum of the Apache HTTP Server =
Project.
> > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
> > " from the digest: users-digest-unsubscribe [at] httpd.apache.org
> > For additional commands, e-mail: users-help [at] httpd.apache.org
> >
> >
> >
> >
> > --
> > Muito Obrigado
> >
> > Ricardo
> >
> >
> >
> > --
> > Muito Obrigado
> >
> > Ricardo
>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server =
Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
> " from the digest: users-digest-unsubscribe [at] httpd.apache.org
> For additional commands, e-mail: users-help [at] httpd.apache.org
>
>
>
>
> --
> Muito Obrigado
>
> Ricardo
>
>
>
> --
> Muito Obrigado
>
> Ricardo
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Re: Request Counting algorithm
--0015174c1da2f08e3c047b5415e5
Content-Type: text/plain; charset=ISO-8859-1
Sorry !!!!
But doesn't work !!!!
I added RR in the end of mod_proxy !!!
Ricardo
On Mon, Dec 21, 2009 at 3:06 PM, Jim Jagielski <jim [at] apache.org> wrote:
> Yep
>
> On Dec 21, 2009, at 10:54 AM, ricardo figueiredo wrote:
>
> > I found this link:
> >
> http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy /mod_lbmethod_rr.c?view=markup&pathrev=594659
> >
> > Is This code RR right ???
> >
> > Ricardo
> >
> > On Mon, Dec 21, 2009 at 12:04 PM, ricardo figueiredo <
> ricardoogrande [at] gmail.com> wrote:
> > Where Can I get this algorithm ??? Which URL ???
> >
> > Ricardo
> >
> >
> > On Mon, Dec 21, 2009 at 11:55 AM, Jim Jagielski <jim [at] jagunet.com> wrote:
> > There is an experimental/example RR LB provider module in httpd-trunk
> > that I wrote that works.
> >
> > On Dec 18, 2009, at 4:01 PM, ricardo figueiredo wrote:
> >
> > > Is there RR implemented in mod_proxy ???
> > > Independently of the lbfactor.
> > >
> > > I need too much !!!
> > >
> > > Thank you
> > > Ricardo
> > >
> > > On Tue, Dec 15, 2009 at 5:11 PM, ricardo figueiredo <
> ricardoogrande [at] gmail.com> wrote:
> > >
> > > Perfect !!!
> > >
> > > I want to know "How does It work ??"
> > >
> > > Ricardo
> > >
> > > On Tue, Dec 15, 2009 at 5:08 PM, Jim Jagielski <jim [at] jagunet.com>
> wrote:
> > > Almost, but not quite. RR says "go to the next one in the list, no
> > > matter if it was just the last one to return" whereas the request
> > > counting one factors that in... So even though after a period of
> > > time all will share 1/4 of the load, the ordering in which they
> > > share it will not be the same.
> > >
> > > On Dec 15, 2009, at 11:43 AM, ricardo figueiredo wrote:
> > >
> > > > Hi,
> > > >
> > > > I was trying to implement Round Robin in mod_proxy, but I realized
> that Request Counting is like as Round Robin when all values of lbfactor are
> equal.
> > > >
> > > > Is That right ???
> > > > --
> > > > Thank you
> > > >
> > > > Ricardo
> > >
> > >
> > > ------------------------------------------------------------ ---------
> > > The official User-To-User support forum of the Apache HTTP Server
> Project.
> > > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > > To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
> > > " from the digest: users-digest-unsubscribe [at] httpd.apache.org
> > > For additional commands, e-mail: users-help [at] httpd.apache.org
> > >
> > >
> > >
> > >
> > > --
> > > Muito Obrigado
> > >
> > > Ricardo
> > >
> > >
> > >
> > > --
> > > Muito Obrigado
> > >
> > > Ricardo
> >
> >
> > ------------------------------------------------------------ ---------
> > The official User-To-User support forum of the Apache HTTP Server
> Project.
> > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
> > " from the digest: users-digest-unsubscribe [at] httpd.apache.org
> > For additional commands, e-mail: users-help [at] httpd.apache.org
> >
> >
> >
> >
> > --
> > Muito Obrigado
> >
> > Ricardo
> >
> >
> >
> > --
> > Muito Obrigado
> >
> > Ricardo
>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
> " from the digest: users-digest-unsubscribe [at] httpd.apache.org
> For additional commands, e-mail: users-help [at] httpd.apache.org
>
>
--
Muito Obrigado
Ricardo
--0015174c1da2f08e3c047b5415e5
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Sorry !!!!<div><br></div><div>But doesn't work !!!!</div><div>I added R=
R in the end of mod_proxy !!!</div><div><br></div><div>Ricardo</div><div><b=
r><br><div class=3D"gmail_quote">On Mon, Dec 21, 2009 at 3:06 PM, Jim Jagie=
lski <span dir=3D"ltr"><<a href=3D"mailto:jim [at] apache.org">jim [at] apache.org=
</a>></span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex;">Yep<br>
<div><div></div><div class=3D"h5"><br>
On Dec 21, 2009, at 10:54 AM, ricardo figueiredo wrote:<br>
<br>
> I found this link:<br>
> <a href=3D"http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/prox=
y/mod_lbmethod_rr.c?view=3Dmarkup&pathrev=3D594659" target=3D"_blank">h=
ttp://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/ mod_lbmethod_rr=
..c?view=3Dmarkup&pathrev=3D594659</a><br>
><br>
> Is This code RR right ???<br>
><br>
> Ricardo<br>
><br>
> On Mon, Dec 21, 2009 at 12:04 PM, ricardo figueiredo <<a href=3D"ma=
ilto:ricardoogrande [at] gmail.com">ricardoogrande [at] gmail.com</a>> wrote:<br>
> Where Can I get this algorithm ??? Which URL ???<br>
><br>
> Ricardo<br>
><br>
><br>
> On Mon, Dec 21, 2009 at 11:55 AM, Jim Jagielski <<a href=3D"mailto:=
jim [at] jagunet.com">jim [at] jagunet.com</a>> wrote:<br>
> There is an experimental/example RR LB provider module in httpd-trunk<=
br>
> that I wrote that works.<br>
><br>
> On Dec 18, 2009, at 4:01 PM, ricardo figueiredo wrote:<br>
><br>
> > Is there RR implemented in mod_proxy ???<br>
> > Independently of the lbfactor.<br>
> ><br>
> > I need too much !!!<br>
> ><br>
> > Thank you<br>
> > Ricardo<br>
> ><br>
> > On Tue, Dec 15, 2009 at 5:11 PM, ricardo figueiredo <<a href=
=3D"mailto:ricardoogrande [at] gmail.com">ricardoogrande [at] gmail.co m</a>> wrote=
:<br>
> ><br>
> > Perfect !!!<br>
> ><br>
> > I want to know "How does It work ??"<br>
> ><br>
> > Ricardo<br>
> ><br>
> > On Tue, Dec 15, 2009 at 5:08 PM, Jim Jagielski <<a href=3D"mai=
lto:jim [at] jagunet.com">jim [at] jagunet.com</a>> wrote:<br>
> > Almost, but not quite. RR says "go to the next one in the li=
st, no<br>
> > matter if it was just the last one to return" whereas the re=
quest<br>
> > counting one factors that in... So even though after a period of<=
br>
> > time all will share 1/4 of the load, the ordering in which they<b=
r>
> > share it will not be the same.<br>
> ><br>
> > On Dec 15, 2009, at 11:43 AM, ricardo figueiredo wrote:<br>
> ><br>
> > > Hi,<br>
> > ><br>
> > > I was trying to implement Round Robin in mod_proxy, but I re=
alized that Request Counting is like as Round Robin when all values of lbfa=
ctor are equal.<br>
> > ><br>
> > > Is That right ???<br>
> > > --<br>
> > > Thank you<br>
> > ><br>
> > > Ricardo<br>
> ><br>
> ><br>
> > ------------------------------------------------------------ -----=
----<br>
> > The official User-To-User support forum of the Apache HTTP Server=
Project.<br>
> > See <URL:<a href=3D"http://httpd.apache.org/userslist.html" ta=
rget=3D"_blank">http://httpd.apache.org/userslist.html</a>> for more inf=
o.<br>
> > To unsubscribe, e-mail: <a href=3D"mailto:users-unsubscribe [at] httpd=
..apache.org">users-unsubscribe [at] httpd.apache.org</a><br>
> > =A0 " =A0 from the digest: <a href=3D"mailto:users-digest-un=
subscribe [at] httpd.apache.org">users-digest-unsubscribe [at] httpd.a pache.org</a><b=
r>
> > For additional commands, e-mail: <a href=3D"mailto:users-help [at] htt=
pd.apache.org">users-help [at] httpd.apache.org</a><br>
> ><br>
> ><br>
> ><br>
> ><br>
> > --<br>
> > Muito Obrigado<br>
> ><br>
> > Ricardo<br>
> ><br>
> ><br>
> ><br>
> > --<br>
> > Muito Obrigado<br>
> ><br>
> > Ricardo<br>
><br>
><br>
> ------------------------------------------------------------ ---------<=
br>
> The official User-To-User support forum of the Apache HTTP Server Proj=
ect.<br>
> See <URL:<a href=3D"http://httpd.apache.org/userslist.html" target=
=3D"_blank">http://httpd.apache.org/userslist.html</a>> for more info.<b=
r>
> To unsubscribe, e-mail: <a href=3D"mailto:users-unsubscribe [at] httpd.apac=
he.org">users-unsubscribe [at] httpd.apache.org</a><br>
> =A0 " =A0 from the digest: <a href=3D"mailto:users-digest-unsubsc=
ribe [at] httpd.apache.org">users-digest-unsubscribe [at] httpd.apache .org</a><br>
> For additional commands, e-mail: <a href=3D"mailto:users-help [at] httpd.ap=
ache.org">users-help [at] httpd.apache.org</a><br>
><br>
><br>
><br>
><br>
> --<br>
> Muito Obrigado<br>
><br>
> Ricardo<br>
><br>
><br>
><br>
> --<br>
> Muito Obrigado<br>
><br>
> Ricardo<br>
<br>
<br>
------------------------------------------------------------ ---------<br>
The official User-To-User support forum of the Apache HTTP Server Project.<=
br>
See <URL:<a href=3D"http://httpd.apache.org/userslist.html" target=3D"_b=
lank">http://httpd.apache.org/userslist.html</a>> for more info.<br>
To unsubscribe, e-mail: <a href=3D"mailto:users-unsubscribe [at] httpd.apache.or=
g">users-unsubscribe [at] httpd.apache.org</a><br>
=A0 " =A0 from the digest: <a href=3D"mailto:users-digest-unsubscribe=
[at] httpd.apache.org">users-digest-unsubscribe [at] httpd.apache.org</a><br>
For additional commands, e-mail: <a href=3D"mailto:users-help [at] httpd.apache.=
org">users-help [at] httpd.apache.org</a><br>
<br>
</div></div></blockquote></div><br><br clear=3D"all"><br>-- <br>Muito Obrig=
ado<br><br>Ricardo<br>
</div>
--0015174c1da2f08e3c047b5415e5--
Re: Request Counting algorithm
--000325555bbaf53385047b68c612
Content-Type: text/plain; charset=ISO-8859-1
How do I add RR in mod_proxy ???
http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy /mod_lbmethod_rr.c?view=markup&pathrev=594659
<http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_lbmethod_rr.c?view=markup&pathrev=594659>I
put but doesn't work !!
Ricardo
On Tue, Dec 22, 2009 at 2:56 PM, ricardo figueiredo <
ricardoogrande [at] gmail.com> wrote:
> Sorry !!!!
>
> But doesn't work !!!!
> I added RR in the end of mod_proxy !!!
>
> Ricardo
>
>
> On Mon, Dec 21, 2009 at 3:06 PM, Jim Jagielski <jim [at] apache.org> wrote:
>
>> Yep
>>
>> On Dec 21, 2009, at 10:54 AM, ricardo figueiredo wrote:
>>
>> > I found this link:
>> >
>> http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy /mod_lbmethod_rr.c?view=markup&pathrev=594659
>> >
>> > Is This code RR right ???
>> >
>> > Ricardo
>> >
>> > On Mon, Dec 21, 2009 at 12:04 PM, ricardo figueiredo <
>> ricardoogrande [at] gmail.com> wrote:
>> > Where Can I get this algorithm ??? Which URL ???
>> >
>> > Ricardo
>> >
>> >
>> > On Mon, Dec 21, 2009 at 11:55 AM, Jim Jagielski <jim [at] jagunet.com>
>> wrote:
>> > There is an experimental/example RR LB provider module in httpd-trunk
>> > that I wrote that works.
>> >
>> > On Dec 18, 2009, at 4:01 PM, ricardo figueiredo wrote:
>> >
>> > > Is there RR implemented in mod_proxy ???
>> > > Independently of the lbfactor.
>> > >
>> > > I need too much !!!
>> > >
>> > > Thank you
>> > > Ricardo
>> > >
>> > > On Tue, Dec 15, 2009 at 5:11 PM, ricardo figueiredo <
>> ricardoogrande [at] gmail.com> wrote:
>> > >
>> > > Perfect !!!
>> > >
>> > > I want to know "How does It work ??"
>> > >
>> > > Ricardo
>> > >
>> > > On Tue, Dec 15, 2009 at 5:08 PM, Jim Jagielski <jim [at] jagunet.com>
>> wrote:
>> > > Almost, but not quite. RR says "go to the next one in the list, no
>> > > matter if it was just the last one to return" whereas the request
>> > > counting one factors that in... So even though after a period of
>> > > time all will share 1/4 of the load, the ordering in which they
>> > > share it will not be the same.
>> > >
>> > > On Dec 15, 2009, at 11:43 AM, ricardo figueiredo wrote:
>> > >
>> > > > Hi,
>> > > >
>> > > > I was trying to implement Round Robin in mod_proxy, but I realized
>> that Request Counting is like as Round Robin when all values of lbfactor are
>> equal.
>> > > >
>> > > > Is That right ???
>> > > > --
>> > > > Thank you
>> > > >
>> > > > Ricardo
>> > >
>> > >
>> > > ------------------------------------------------------------ ---------
>> > > The official User-To-User support forum of the Apache HTTP Server
>> Project.
>> > > See <URL:http://httpd.apache.org/userslist.html> for more info.
>> > > To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
>> > > " from the digest: users-digest-unsubscribe [at] httpd.apache.org
>> > > For additional commands, e-mail: users-help [at] httpd.apache.org
>> > >
>> > >
>> > >
>> > >
>> > > --
>> > > Muito Obrigado
>> > >
>> > > Ricardo
>> > >
>> > >
>> > >
>> > > --
>> > > Muito Obrigado
>> > >
>> > > Ricardo
>> >
>> >
>> > ------------------------------------------------------------ ---------
>> > The official User-To-User support forum of the Apache HTTP Server
>> Project.
>> > See <URL:http://httpd.apache.org/userslist.html> for more info.
>> > To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
>> > " from the digest: users-digest-unsubscribe [at] httpd.apache.org
>> > For additional commands, e-mail: users-help [at] httpd.apache.org
>> >
>> >
>> >
>> >
>> > --
>> > Muito Obrigado
>> >
>> > Ricardo
>> >
>> >
>> >
>> > --
>> > Muito Obrigado
>> >
>> > Ricardo
>>
>>
>> ------------------------------------------------------------ ---------
>> The official User-To-User support forum of the Apache HTTP Server Project.
>> See <URL:http://httpd.apache.org/userslist.html> for more info.
>> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
>> " from the digest: users-digest-unsubscribe [at] httpd.apache.org
>> For additional commands, e-mail: users-help [at] httpd.apache.org
>>
>>
>
>
> --
> Muito Obrigado
>
> Ricardo
>
--
Muito Obrigado
Ricardo
--000325555bbaf53385047b68c612
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
How do I add RR in mod_proxy ???<div><span class=3D"Apple-style-span" style=
=3D"font-family: arial, sans-serif; font-size: 13px; border-collapse: colla=
pse; "><a href=3D"http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/pr=
oxy/mod_lbmethod_rr.c?view=3Dmarkup&pathrev=3D594659" target=3D"_blank"=
style=3D"color: rgb(237, 28, 36); ">http://svn.apache.org/viewvc/httpd/htt=
pd/trunk/modules/proxy/mod_lbmethod_rr.c?view=3Dmarkup&p athrev=3D594659=
</a></span></div>
<div><font class=3D"Apple-style-span" face=3D"arial, sans-serif"><span clas=
s=3D"Apple-style-span" style=3D"border-collapse: collapse;"><br></span></fo=
nt></div><div><a href=3D"http://svn.apache.org/viewvc/httpd/httpd/trunk/mod=
ules/proxy/mod_lbmethod_rr.c?view=3Dmarkup&pathrev=3D594 659" target=3D"=
_blank" style=3D"color: rgb(237, 28, 36); "></a><font class=3D"Apple-style-=
span" face=3D"arial, sans-serif"><span class=3D"Apple-style-span" style=3D"=
border-collapse: collapse;">I put but doesn't work !!<br>
</span></font><div><br></div><div>Ricardo<br><br><div class=3D"gmail_quote"=
>On Tue, Dec 22, 2009 at 2:56 PM, ricardo figueiredo <span dir=3D"ltr"><=
<a href=3D"mailto:ricardoogrande [at] gmail.com">ricardoogrande [at] gmail.com</a>>=
;</span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex;">Sorry !!!!<div><br></div><div>But doesn'=
;t work !!!!</div><div>I added RR in the end of mod_proxy !!!</div><div><br=
>
</div><div>Ricardo</div><div><div><div></div><div class=3D"h5"><br><br><div=
class=3D"gmail_quote">On Mon, Dec 21, 2009 at 3:06 PM, Jim Jagielski <span=
dir=3D"ltr"><<a href=3D"mailto:jim [at] apache.org" target=3D"_blank">jim [at] ap=
ache.org</a>></span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">Yep<br>
<div><div></div><div><br>
On Dec 21, 2009, at 10:54 AM, ricardo figueiredo wrote:<br>
<br>
> I found this link:<br>
> <a href=3D"http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/prox=
y/mod_lbmethod_rr.c?view=3Dmarkup&pathrev=3D594659" target=3D"_blank">h=
ttp://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/ mod_lbmethod_rr=
..c?view=3Dmarkup&pathrev=3D594659</a><br>
><br>
> Is This code RR right ???<br>
><br>
> Ricardo<br>
><br>
> On Mon, Dec 21, 2009 at 12:04 PM, ricardo figueiredo <<a href=3D"ma=
ilto:ricardoogrande [at] gmail.com" target=3D"_blank">ricardoogrande [at] gmail.com</=
a>> wrote:<br>
> Where Can I get this algorithm ??? Which URL ???<br>
><br>
> Ricardo<br>
><br>
><br>
> On Mon, Dec 21, 2009 at 11:55 AM, Jim Jagielski <<a href=3D"mailto:=
jim [at] jagunet.com" target=3D"_blank">jim [at] jagunet.com</a>> wrote:<br>
> There is an experimental/example RR LB provider module in httpd-trunk<=
br>
> that I wrote that works.<br>
><br>
> On Dec 18, 2009, at 4:01 PM, ricardo figueiredo wrote:<br>
><br>
> > Is there RR implemented in mod_proxy ???<br>
> > Independently of the lbfactor.<br>
> ><br>
> > I need too much !!!<br>
> ><br>
> > Thank you<br>
> > Ricardo<br>
> ><br>
> > On Tue, Dec 15, 2009 at 5:11 PM, ricardo figueiredo <<a href=
=3D"mailto:ricardoogrande [at] gmail.com" target=3D"_blank">ricardoogrande [at] gmail=
..com</a>> wrote:<br>
> ><br>
> > Perfect !!!<br>
> ><br>
> > I want to know "How does It work ??"<br>
> ><br>
> > Ricardo<br>
> ><br>
> > On Tue, Dec 15, 2009 at 5:08 PM, Jim Jagielski <<a href=3D"mai=
lto:jim [at] jagunet.com" target=3D"_blank">jim [at] jagunet.com</a>> wrote:<br>
> > Almost, but not quite. RR says "go to the next one in the li=
st, no<br>
> > matter if it was just the last one to return" whereas the re=
quest<br>
> > counting one factors that in... So even though after a period of<=
br>
> > time all will share 1/4 of the load, the ordering in which they<b=
r>
> > share it will not be the same.<br>
> ><br>
> > On Dec 15, 2009, at 11:43 AM, ricardo figueiredo wrote:<br>
> ><br>
> > > Hi,<br>
> > ><br>
> > > I was trying to implement Round Robin in mod_proxy, but I re=
alized that Request Counting is like as Round Robin when all values of lbfa=
ctor are equal.<br>
> > ><br>
> > > Is That right ???<br>
> > > --<br>
> > > Thank you<br>
> > ><br>
> > > Ricardo<br>
> ><br>
> ><br>
> > ------------------------------------------------------------ -----=
----<br>
> > The official User-To-User support forum of the Apache HTTP Server=
Project.<br>
> > See <URL:<a href=3D"http://httpd.apache.org/userslist.html" ta=
rget=3D"_blank">http://httpd.apache.org/userslist.html</a>> for more inf=
o.<br>
> > To unsubscribe, e-mail: <a href=3D"mailto:users-unsubscribe [at] httpd=
..apache.org" target=3D"_blank">users-unsubscribe [at] httpd.apache.org</a><br>
> > =A0 " =A0 from the digest: <a href=3D"mailto:users-digest-un=
subscribe [at] httpd.apache.org" target=3D"_blank">users-digest-unsubscribe [at] http=
d.apache.org</a><br>
> > For additional commands, e-mail: <a href=3D"mailto:users-help [at] htt=
pd.apache.org" target=3D"_blank">users-help [at] httpd.apache.org</a><br>
> ><br>
> ><br>
> ><br>
> ><br>
> > --<br>
> > Muito Obrigado<br>
> ><br>
> > Ricardo<br>
> ><br>
> ><br>
> ><br>
> > --<br>
> > Muito Obrigado<br>
> ><br>
> > Ricardo<br>
><br>
><br>
> ------------------------------------------------------------ ---------<=
br>
> The official User-To-User support forum of the Apache HTTP Server Proj=
ect.<br>
> See <URL:<a href=3D"http://httpd.apache.org/userslist.html" target=
=3D"_blank">http://httpd.apache.org/userslist.html</a>> for more info.<b=
r>
> To unsubscribe, e-mail: <a href=3D"mailto:users-unsubscribe [at] httpd.apac=
he.org" target=3D"_blank">users-unsubscribe [at] httpd.apache.org</a><br>
> =A0 " =A0 from the digest: <a href=3D"mailto:users-digest-unsubsc=
ribe [at] httpd.apache.org" target=3D"_blank">users-digest-unsubscribe [at] httpd.apa=
che.org</a><br>
> For additional commands, e-mail: <a href=3D"mailto:users-help [at] httpd.ap=
ache.org" target=3D"_blank">users-help [at] httpd.apache.org</a><br>
><br>
><br>
><br>
><br>
> --<br>
> Muito Obrigado<br>
><br>
> Ricardo<br>
><br>
><br>
><br>
> --<br>
> Muito Obrigado<br>
><br>
> Ricardo<br>
<br>
<br>
------------------------------------------------------------ ---------<br>
The official User-To-User support forum of the Apache HTTP Server Project.<=
br>
See <URL:<a href=3D"http://httpd.apache.org/userslist.html" target=3D"_b=
lank">http://httpd.apache.org/userslist.html</a>> for more info.<br>
To unsubscribe, e-mail: <a href=3D"mailto:users-unsubscribe [at] httpd.apache.or=
g" target=3D"_blank">users-unsubscribe [at] httpd.apache.org</a><br>
=A0 " =A0 from the digest: <a href=3D"mailto:users-digest-unsubscribe=
[at] httpd.apache.org" target=3D"_blank">users-digest-unsubscribe [at] httpd.apache.=
org</a><br>
For additional commands, e-mail: <a href=3D"mailto:users-help [at] httpd.apache.=
org" target=3D"_blank">users-help [at] httpd.apache.org</a><br>
<br>
</div></div></blockquote></div><br><br clear=3D"all"><br></div></div>-- <br=
>Muito Obrigado<br><br>Ricardo<br>
</div>
</blockquote></div><br><br clear=3D"all"><br>-- <br>Muito Obrigado<br><br>R=
icardo<br>
</div></div>
--000325555bbaf53385047b68c612--
Re: Request Counting algorithm
On Wed, Dec 23, 2009 at 12:37 PM, ricardo figueiredo
<ricardoogrande [at] gmail.com> wrote:
> How do I add RR in mod_proxy ???
> http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy /mod_lbmethod_rr.c?view=markup&pathrev=594659
> I put but doesn't work !!
http://catb.org/~esr/faqs/smart-questions.html#before
Did you download it, compile it, install it, load it, and try to
configure "roundrobin" as your LB method?
What happened?
--
Eric Covener
covener [at] gmail.com
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Re: Request Counting algorithm
--00032555a2a285a5ab047c32f197
Content-Type: text/plain; charset=ISO-8859-1
I've just downloaded !!!
I've compiled (using APXS, i. e. apxs -i -a -c mod_lbmethod_rr.c)
In http.conf:
LoadModule proxy_balancer_rr_module modules/mod_lbmethod_rr.so
<Proxy balancer://mycluster>
ProxySet lbmethod=roundrobin
BalancerMember http://machine1/index.php
BalancerMember http://machine2/index.php
BalancerMember http://machine3/index.php
BalancerMember http://machine4/index.php
</Proxy>
When I start APACHE I don't see web page !!!
Ricardo
On Wed, Dec 23, 2009 at 5:08 PM, Eric Covener <covener [at] gmail.com> wrote:
> On Wed, Dec 23, 2009 at 12:37 PM, ricardo figueiredo
> <ricardoogrande [at] gmail.com> wrote:
> > How do I add RR in mod_proxy ???
> >
> http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy /mod_lbmethod_rr.c?view=markup&pathrev=594659
> > I put but doesn't work !!
>
> http://catb.org/~esr/faqs/smart-questions.html#before
>
> Did you download it, compile it, install it, load it, and try to
> configure "roundrobin" as your LB method?
>
> What happened?
>
> --
> Eric Covener
> covener [at] gmail.com
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
> " from the digest: users-digest-unsubscribe [at] httpd.apache.org
> For additional commands, e-mail: users-help [at] httpd.apache.org
>
>
--
Muito Obrigado
Ricardo
--00032555a2a285a5ab047c32f197
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
I've just downloaded !!!<div>I've compiled (using APXS, i. e. apxs =
-i -a -c mod_lbmethod_rr.c)</div><div><br></div><div>In http.conf:</div><di=
v><br></div><div>LoadModule proxy_balancer_rr_module modules/mod_lbmethod_r=
r.so</div>
<div><br></div><div><Proxy balancer://mycluster></div><div>=A0=A0 =A0=
ProxySet lbmethod=3Droundrobin</div><div>=A0=A0 =A0BalancerMember <a href=
=3D"http://machine1/index.php">http://machine1/index.php</a></div><div>=A0=
=A0 =A0BalancerMember <a href=3D"http://machine2/index.php">http://machine2=
/index.php</a></div>
<div>=A0=A0 =A0BalancerMember <a href=3D"http://machine3/index.php">http://=
machine3/index.php</a></div><div>=A0=A0 =A0BalancerMember <a href=3D"http:/=
/machine4/index.php">http://machine4/index.php</a></div><div></Proxy>=
</div><div><br>
</div><div>When I start APACHE I don't see web page !!!</div><div><br><=
/div><div>Ricardo<br><br><div class=3D"gmail_quote">On Wed, Dec 23, 2009 at=
5:08 PM, Eric Covener <span dir=3D"ltr"><<a href=3D"mailto:covener [at] gmai=
l.com">covener [at] gmail.com</a>></span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex;"><div class=3D"im">On Wed, Dec 23, 2009 at 1=
2:37 PM, ricardo figueiredo<br>
<<a href=3D"mailto:ricardoogrande [at] gmail.com">ricardoogrande [at] gmail.com</a=
>> wrote:<br>
> How do I add RR in mod_proxy ???<br>
> <a href=3D"http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/prox=
y/mod_lbmethod_rr.c?view=3Dmarkup&pathrev=3D594659" target=3D"_blank">h=
ttp://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/ mod_lbmethod_rr=
..c?view=3Dmarkup&pathrev=3D594659</a><br>
> I put but doesn't work !!<br>
<br>
</div><a href=3D"http://catb.org/~esr/faqs/smart-questions.html#before" tar=
get=3D"_blank">http://catb.org/~esr/faqs/smart-questions.htm l#before</a><br=
>
<br>
Did you download it, compile it, install it, load it, and try to<br>
configure "roundrobin" as your LB method?<br>
<br>
What happened?<br>
<div class=3D"im"><br>
--<br>
Eric Covener<br>
<a href=3D"mailto:covener [at] gmail.com">covener [at] gmail.com</a><br>
<br>
------------------------------------------------------------ ---------<br>
</div><div><div></div><div class=3D"h5">The official User-To-User support f=
orum of the Apache HTTP Server Project.<br>
See <URL:<a href=3D"http://httpd.apache.org/userslist.html" target=3D"_b=
lank">http://httpd.apache.org/userslist.html</a>> for more info.<br>
To unsubscribe, e-mail: <a href=3D"mailto:users-unsubscribe [at] httpd.apache.or=
g">users-unsubscribe [at] httpd.apache.org</a><br>
=A0 " =A0 from the digest: <a href=3D"mailto:users-digest-unsubscribe=
[at] httpd.apache.org">users-digest-unsubscribe [at] httpd.apache.org</a><br>
For additional commands, e-mail: <a href=3D"mailto:users-help [at] httpd.apache.=
org">users-help [at] httpd.apache.org</a><br>
<br>
</div></div></blockquote></div><br><br clear=3D"all"><br>-- <br>Muito Obrig=
ado<br><br>Ricardo<br>
</div>
--00032555a2a285a5ab047c32f197--