You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by Cheng-Jun Li <ch...@ericsson.com> on 2010/06/21 21:20:38 UTC

Unsubscribe request

Hi,

I'd like to unsubscribe from the mailing list. Please let me know how to proceed.

Thanks
Cheng


-----Original Message-----
From: johnfargo@gmail.com [mailto:johnfargo@gmail.com] 
Sent: June 21, 2010 3:17 PM
To: gagan.goku@gmail.com; zhoresh@gmail.com; shindig.remailer@gmail.com; dev-remailer@shindig.apache.org
Cc: cool-shindig-committers@googlegroups.com; reply@codereview.appspotmail.com
Subject: Re: Adding AbsolutePathReferenceRewriter and DomainBalancingUriRe (issue1674041)

Hi Gagan:

I'm a little confused still at the primary intended action of this CL.
Is the idea to balance domains that _aren't_ controlled by the Shindig server (ie. not proxy URLs) but which _are_ known to be balance-able in some fashion? This type of logic seems outside the scope of Shindig proper, and could be implemented in other ways, eg. as a purpose-built ProxyUriManager injected into a given installation.

Or is it instead intended as a way to simply ensure that when generating proxy URIs, they're generated using some kind of balancing algorithm? In that case, I'd still suggest that a ProxyUriManager implementation be used, but since the URI is under control of Shindig, it would make sense to put in Shindig. An example impl might, for instance, introduce a substitution token in proxy Uris:
"gadgets.uri.proxy.host": "%balanced%.foo.com"

...where the value of %balanced% could be supplied by an @Inject'ed class.

--j

http://codereview.appspot.com/1674041/show