Re: [google-appengine] Re: Appengine ecosystem?

2014-06-27 Thread Diego Duclos
I find visiting the #appengine IRC channel answers this need for me. Though it's quiet at times, more people joining it would help tremendously there. We also have this very mailing list of course. On Fri, Jun 27, 2014 at 12:12 PM, Philip Kilner wrote: > Hi, > > On 27/06/14 09:15, timh wrote: >

Re: [google-appengine] Confused about pricing for SSL

2014-06-08 Thread Diego Duclos
How do I access that menu ? I'm not very familiar with the old console12 On Sun, Jun 8, 2014 at 10:40 AM, Vinny P wrote: > On Sun, Jun 8, 2014 at 3:23 AM, Diego Duclos < > diego.duc...@palmstonegames.com> wrote: > > Where can the free SNI certs be added ? When I co

Re: [google-appengine] Confused about pricing for SSL

2014-06-08 Thread Diego Duclos
Where can the free SNI certs be added ? When I consult the cloud console, it says they're 5$ a month On Sun, Jun 8, 2014 at 10:17 AM, Vinny P wrote: > On Tue, Jun 3, 2014 at 2:16 AM, Harald Humml wrote: > >> I´m a little bit confused about the pricing model for SSL on GAE. >> So my question is

Re: [google-appengine] Re: Why are cloud endpoints so slow ?

2014-06-06 Thread Diego Duclos
Hello Jun, The endpoint is sitting at https://login-dot-psg-delta.appspot.com/_ah/api/version/v1/info -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to googl

Re: [google-appengine] Re: OpenID Connect support

2014-06-06 Thread Diego Duclos
José de Lana Pereira > wrote: >> >> +1 for this feature. >> >> Em terça-feira, 27 de maio de 2014 14h32min19s UTC-3, Diego Duclos >> escreveu: >>> >>> With registrations for using the old OpenID 2.0 endpoints now closed, >>> and the appengine u

Re: [google-appengine] Python and java modules in the same app

2014-06-04 Thread Diego Duclos
I would strongly discourage using versions for this, using different modules for the same appengine project is much a MUCH more sane way to do this. On Wed, Jun 4, 2014 at 8:07 PM, Vinny P wrote: > On Sat, May 24, 2014 at 7:38 AM, LPryor wrote: > > - How do you manage the configuration? The J

Re: [google-appengine] dev_appserver.py cannot connect to some HTTP endpoint

2014-05-28 Thread Diego Duclos
A more realistic alternative would perhaps be to configure your browser not to send localhost traffic to the proxy at all. On Thu, May 29, 2014 at 7:10 AM, Vinny P wrote: > On Mon, May 26, 2014 at 7:40 AM, Marco Lovato wrote: > > Now the app loads. BUT inside the app, I still didnt managed to

[google-appengine] OpenID Connect support

2014-05-27 Thread Diego Duclos
With registrations for using the old OpenID 2.0 endpoints now closed, and the appengine users API not supporting openID connect at all, Would it be possible to get a timeline for openID connect support in the users API (In my case, with Go, but I assume this is largely language agnostic) -- You r

Re: [google-appengine] Re: Why are cloud endpoints so slow ?

2014-05-25 Thread Diego Duclos
nce. Also I >>> don't have time to wait "a couple of months" to see if they get faster. I'd >>> also be interested to know how efficient python / go / java / php endpoints >>> are at encoding & decoding different sized payloads with json o

[google-appengine] Why are cloud endpoints so slow ?

2014-05-24 Thread Diego Duclos
I've done some (non extensive) tests on google appengine, and my response times vary from anywhere between 100ms and 5000ms when directly sending http requests to a cloud endpoints. Regardless of the actual response time, the google cloud console always shows a processing time of around 50ms, whic

Re: [google-appengine] Re: too many appengine frontend instances

2014-05-09 Thread Diego Duclos
The following was posted on the forums: https://groups.google.com/forum/#!topic/google-appengine-downtime-notify/VmH7s-Eeyso On Fri, May 9, 2014 at 5:14 PM, Keith Mukai wrote: > Same problem here. Crazy instance numbers since about 4hrs ago. Normally > 3-5 instances and then it grew to 60+. Dead

Re: [google-appengine] Why is appengine so slow communicating with CloudSQL?

2014-05-09 Thread Diego Duclos
This might be me, but I can't see any attachment ? On Thu, Apr 24, 2014 at 5:46 PM, Myles Bostwick wrote: > Hi All, > > I hope this is the right place for this question. > > I am seeing some drastic differences in speed between development and > production on a service call that goes to a Cloud

Re: [google-appengine] Modules vs Multiple Scripts?

2014-05-05 Thread Diego Duclos
Also important: each module is allowed to scale up / down seperatly, which means you can configure the more important things to scale faster while allowing slower scaling (and thus lower costs) on less important modules On Tue, May 6, 2014 at 5:37 AM, Vinny P wrote: > > On Tue, Apr 29, 2014 at

Re: [google-appengine] Can I run an AppEngine app with mixed Java and Go runtimes?

2014-05-05 Thread Diego Duclos
Wouldn't having a module in java and the other in go be a much better option then hacking this with versions ? This really isn't the intended usage of versions On Sat, May 3, 2014 at 7:21 AM, Vinny P wrote: > On Thu, May 1, 2014 at 1:32 PM, Ronoaldo Pereira > wrote: > > I'm porting the front-