On 20 December 2010 14:08, Julien Lancelot <[email protected]> wrote:
> I like the managed solution, apigee.com that you already gave in a previous
> message.
> The first time I go on the website I thought it was only for specific API as
> twitter, facebook, etc... But now I create a account and I see it can
> connect on any services.
> I try to connect on my SOAP web service, but it doesn't work for the
> moment... Have to try again.
> Last thing, how do you know that the url given by apigee is unique?

Well the subdomain you create is of course unique - because apigee
assigns it so it can enforce uniqueness. Can choose a very
non-guessable url.

>
>
>
> On Mon, Dec 20, 2010 at 13:59, Barry Hunter <[email protected]> wrote:
>>
>> On 20 December 2010 12:24, jlancelot <[email protected]> wrote:
>> > Yes Barry, I'm afraid that the proxy could become a performance
>> > bottleneck for my application. Even if it's only a prototype for the
>> > moment, I don't want to be bloqued in the futur because of a bad
>> > choice...
>> >
>> > Have you (or someone on the net ;) ) a good proxy hosts to give me?
>>
>> No specific provider, plenty of hosters offering VMs. but highly
>> recommend haproxy http://haproxy.1wt.eu/ - even a small VM should
>> easily manage thousends of concurrent requests (providing the hoster
>> has the bandwidth).
>>
>> Or for a managed solution http://apigee.com/ (which I understand is
>> built on top of AWS)
>>
>>
>> >
>> > Thanks a lot for all!
>> >
>> >
>> > On 18 déc, 00:47, Barry Hunter <[email protected]> wrote:
>> >> Unless its an API from one of the 'big players' then its unlikly that
>> >> the proxy would become a performance bottleneck. ie the proxy will
>> >> likely out perform the API itself.
>> >>
>> >> Or do you mean a problem as a SPOF (single point of failure) - if
>> >> worried about that then could get two proxies :) And hope the API
>> >> provider allows you to specify multiple IPs.
>> >>
>> >> (its unlikly you would get a redunant system - including from Google -
>> >> using a single outgoing IP anyway)
>> >>
>> >> On 17 December 2010 22:18, Baz <[email protected]> wrote:
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> > If you route every request through a proxy, you are giving up all the
>> >> > scalability benefits?
>> >>
>> >> > On Fri, Dec 17, 2010 at 12:17 PM, A. Stevko <[email protected]>
>> >> > wrote:
>> >>
>> >> >> I agree with Barry - setting up a proxy forwarder is the simplest
>> >> >> work-around when compared to porting a self managed app instance.
>> >> >> Folks with apps serving China and Turkey are doing exactly that.
>> >> >> There are plenty of cheap/free apache mod_rewrite hosts that can be
>> >> >> configured to give you a static ip and check the sender's ip so they
>> >> >> are
>> >> >> only as vulnerable as the destination service.
>> >>
>> >> >> On Fri, Dec 17, 2010 at 5:01 AM, Julien Lancelot
>> >> >> <[email protected]> wrote:
>> >>
>> >> >>> Thanks, it's done!
>> >> >>> Hope Google could do something sooner...
>> >>
>> >> >>> On Fri, Dec 17, 2010 at 13:43, Erwin Streur
>> >> >>> <[email protected]>
>> >> >>> wrote:
>> >>
>> >> >>>> You might want to star the following issue
>> >>
>> >> >>>>http://code.google.com/p/googleappengine/issues/detail?id=1269
>> >>
>> >> >>>> --
>> >> >>>> You received this message because you are subscribed to the Google
>> >> >>>> Groups "Google App Engine" group.
>> >> >>>> To post to this group, send email to
>> >> >>>> [email protected].
>> >> >>>> To unsubscribe from this group, send email to
>> >> >>>> [email protected].
>> >> >>>> For more options, visit this group at
>> >> >>>>http://groups.google.com/group/google-appengine?hl=en.
>> >>
>> >> >>> --
>> >> >>> You received this message because you are subscribed to the Google
>> >> >>> Groups
>> >> >>> "Google App Engine" group.
>> >> >>> To post to this group, send email to
>> >> >>> [email protected].
>> >> >>> To unsubscribe from this group, send email to
>> >> >>> [email protected].
>> >> >>> For more options, visit this group at
>> >> >>>http://groups.google.com/group/google-appengine?hl=en.
>> >>
>> >> >> --
>> >> >> You received this message because you are subscribed to the Google
>> >> >> Groups
>> >> >> "Google App Engine" group.
>> >> >> To post to this group, send email to
>> >> >> [email protected].
>> >> >> To unsubscribe from this group, send email to
>> >> >> [email protected].
>> >> >> For more options, visit this group at
>> >> >>http://groups.google.com/group/google-appengine?hl=en.
>> >>
>> >> > --
>> >> > You received this message because you are subscribed to the Google
>> >> > Groups
>> >> > "Google App Engine" group.
>> >> > To post to this group, send email to
>> >> > [email protected].
>> >> > To unsubscribe from this group, send email to
>> >> > [email protected].
>> >> > For more options, visit this group at
>> >> >http://groups.google.com/group/google-appengine?hl=en.
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups "Google App Engine" group.
>> > To post to this group, send email to [email protected].
>> > To unsubscribe from this group, send email to
>> > [email protected].
>> > For more options, visit this group at
>> > http://groups.google.com/group/google-appengine?hl=en.
>> >
>> >
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected].
>> For more options, visit this group at
>> http://groups.google.com/group/google-appengine?hl=en.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to