[google-appengine] Re: Problems serving files with blank-space in the filename.

2014-05-29 Thread Hemali Kamani
Is this Issue solved yet?? Need a work around.

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


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

2014-05-29 Thread Vinny P
On Thursday, May 29, 2014 1:33:36 AM UTC-5, Diego Duclos wrote:

> A more realistic alternative would perhaps be to configure your browser 
> not to send localhost traffic to the proxy at all.
>


That option would depend on the proxy/protection software being used. Some 
corporate proxy/firewall solutions can dig so deeply into the 
communications stack that your option is unavailable.

@OP Whats the name of the proxy service installed on your machine?

-
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com
 

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


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

2014-05-29 Thread alex
Could be related to this thread? 
https://groups.google.com/forum/#!topic/google-appengine/D1b_ZC4pKww

On Sunday, 25 May 2014 09:53:15 UTC+1, Robert King wrote:
>
> Don't get me wrong - I absolutely love cloud endpoints - they speed up my 
> development time and simplify my code significantly.
> Having said that, I'd really like to see some clarification from google. 
> Are endpoints intended to be high performance? I haven't once seen 
> mentioned in any google documentation that endpoints are low latency?  I've 
> often been waiting 5-20 seconds for calls such as /_ah/api/discovery/
> v1/apis/archivedash/v1/rpc?fields=methods%2F*%2Fid&pp=0.
> even on apps that have little traffic, tiny payloads and no rpc calls. One 
> of the new systems i'm building is using endpoints but i'll have to switch 
> away from endpoints ASAP if I can't get some reassurance. 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 or protobuff 
> protocols. (Will probably have to generate these statistics myself & 
> present some graphs etc - although I'm assuming google would have already 
> performance tested their own product?)
> cheers
>
> On Sunday, 25 May 2014 08:29:48 UTC+12, Diego Duclos wrote:
>>
>> 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, which, while also somewhat 
>> long-ish, is much more reasonable.
>>
>> For the 100ms requests, I can safely know that the other 50ms are just 
>> regular latency, but I have no idea where the cloud endpoint could be 
>> spending 4.5 seconds at, and the logs show nothing useful at all.
>>
>> Does anyone have some guidance for me regarding to this ? 5 seconds is 
>> unacceptable slow and makes them completely unusable.
>>
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.