Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(318)

Issue 1674041: Adding DomainBalancingUriRewriter (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 9 months ago by gagan.goku
Modified:
15 years, 7 months ago
Reviewers:
johnfargo, zhoresh, shindig.remailer, dev-remailer
CC:
cool-shindig-committers_googlegroups.com
Base URL:
http://svn.apache.org/repos/asf/shindig/trunk/
Visibility:
Public.

Description

DomainBalancingUriRewriter: rewriter that does basic domain balancing over links so that all resources are not fetched from same host (browsers usually open only 3 connections per host, so having multiple hosts can improve page load time) JIRA issue: https://issues.apache.org/jira/browse/SHINDIG-1373

Patch Set 1 #

Patch Set 2 : fixing_tests #

Patch Set 3 : fixing_tests #

Total comments: 12

Patch Set 4 : fixing_comments #

Patch Set 5 : syncing_to_r955719 #

Patch Set 6 : syncing_to_head #

Patch Set 7 : adding_ProxyingDomainBalancer #

Patch Set 8 : fixing_small_bug #

Patch Set 9 : reverting_DefaultProxyUriManager #

Patch Set 10 : fixing_somethings #

Patch Set 11 : fixing_somethings #

Patch Set 12 : fixing_somethings #

Patch Set 13 : addressing_comments #

Patch Set 14 : addressing_comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+646 lines, -0 lines) Patch
M java/common/conf/shindig.properties View 1 chunk +6 lines, -0 lines 0 comments Download
A java/gadgets/src/main/java/org/apache/shindig/gadgets/rewrite/AuthorityHashDomainBalancer.java View 1 chunk +105 lines, -0 lines 0 comments Download
A java/gadgets/src/main/java/org/apache/shindig/gadgets/rewrite/DomainBalancingUriManager.java View 7 8 9 10 11 12 1 chunk +43 lines, -0 lines 0 comments Download
A java/gadgets/src/main/java/org/apache/shindig/gadgets/rewrite/DomainBalancingUriRewriter.java View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +39 lines, -0 lines 0 comments Download
M java/gadgets/src/main/java/org/apache/shindig/gadgets/uri/DefaultAccelUriManager.java View 2 chunks +2 lines, -0 lines 0 comments Download
A java/gadgets/src/main/java/org/apache/shindig/gadgets/uri/DomainBalancingProxyUriManager.java View 1 chunk +77 lines, -0 lines 0 comments Download
M java/gadgets/src/main/java/org/apache/shindig/gadgets/uri/UriModule.java View 3 chunks +18 lines, -0 lines 0 comments Download
A java/gadgets/src/test/java/org/apache/shindig/gadgets/rewrite/AuthorityHashDomainBalancerTest.java View 1 chunk +127 lines, -0 lines 0 comments Download
A java/gadgets/src/test/java/org/apache/shindig/gadgets/rewrite/DomainBalancingUriRewriterTest.java View 1 chunk +128 lines, -0 lines 0 comments Download
A java/gadgets/src/test/java/org/apache/shindig/gadgets/uri/DomainBalancingProxyUriManagerTest.java View 1 chunk +101 lines, -0 lines 0 comments Download

Messages

Total messages: 13
zhoresh
http://codereview.appspot.com/1674041/diff/5001/6007 File java/gadgets/src/main/java/org/apache/shindig/gadgets/rewrite/DomainBalancingUriVisitor.java (right): http://codereview.appspot.com/1674041/diff/5001/6007#newcode44 java/gadgets/src/main/java/org/apache/shindig/gadgets/rewrite/DomainBalancingUriVisitor.java:44: public class DomainBalancingUriVisitor extends AbsolutePathReferenceVisitor { Can you move ...
15 years, 9 months ago (2010-06-14 21:03:00 UTC) #1
gagan.goku
On 2010/06/14 21:03:00, zhoresh wrote: > http://codereview.appspot.com/1674041/diff/5001/6007 > File > java/gadgets/src/main/java/org/apache/shindig/gadgets/rewrite/DomainBalancingUriVisitor.java > (right): > > ...
15 years, 9 months ago (2010-06-14 23:22:11 UTC) #2
gagan.goku
http://codereview.appspot.com/1674041/diff/5001/6007 File java/gadgets/src/main/java/org/apache/shindig/gadgets/rewrite/DomainBalancingUriVisitor.java (right): http://codereview.appspot.com/1674041/diff/5001/6007#newcode44 java/gadgets/src/main/java/org/apache/shindig/gadgets/rewrite/DomainBalancingUriVisitor.java:44: public class DomainBalancingUriVisitor extends AbsolutePathReferenceVisitor { On 2010/06/14 21:03:01, ...
15 years, 9 months ago (2010-06-14 23:23:21 UTC) #3
gagan.goku
Please review.
15 years, 9 months ago (2010-06-21 05:07:49 UTC) #4
johnfargo
Hi Gagan: I'm a little confused still at the primary intended action of this CL. ...
15 years, 9 months ago (2010-06-21 19:16:34 UTC) #5
gagan.goku
On 2010/06/21 19:16:34, johnfargo wrote: > Hi Gagan: > > I'm a little confused still ...
15 years, 9 months ago (2010-06-22 14:51:09 UTC) #6
gagan.goku
Please ignore changes in this file as being correctly modified as http://codereview.appspot.com/1712043/diff/7002/32007
15 years, 9 months ago (2010-06-22 14:51:19 UTC) #7
gagan.goku
On 2010/06/22 14:51:19, gagan.goku wrote: > Please ignore changes in this file as being correctly ...
15 years, 9 months ago (2010-06-22 14:51:48 UTC) #8
gagan.goku
On 2010/06/22 14:51:48, gagan.goku wrote: > On 2010/06/22 14:51:19, gagan.goku wrote: > > Please ignore ...
15 years, 9 months ago (2010-06-22 19:40:34 UTC) #9
gagan.goku
Please review.
15 years, 9 months ago (2010-06-24 01:40:47 UTC) #10
johnfargo
Hey Gagan: First, I think that this CL now includes a bunch of stuff that ...
15 years, 9 months ago (2010-06-25 07:03:29 UTC) #11
gagan.goku
Hi John Addressed your comments. Please take another look. For now, i have not bound ...
15 years, 8 months ago (2010-07-15 18:46:28 UTC) #12
gagan.goku
15 years, 7 months ago (2010-08-28 02:49:59 UTC) #13
Closing this issue for now as we don't seem to be reaching a consensus.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b