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

2014-05-25 Thread Diego Duclos
These are not loading requests unfortunatly, The first request was ignored here, that one usually takes around 10 seconds (That's with Go, funnily enough) On Sun, May 25, 2014 at 7:51 PM, Jeff Schnitzer wrote: > The long delays sound like loading requests. Are they not specifically > marked as

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

2014-05-25 Thread Jeff Schnitzer
The long delays sound like loading requests. Are they not specifically marked as such in the logs? Check the old legacy log system too. Loading requests are the achilles heel of appengine, especially for low-traffic apps. The only solution so far seems to be "use Go". Jeff On Sun, May 25, 2014

[google-appengine] Service error from AppEngine

2014-05-25 Thread Build Account
How to fix this error? It seem that occured somtime from FilterChain. java.lang.NullPointerException at org.apache.jsp.index_jsp._jspService(index_jsp.java:65) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

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

2014-05-25 Thread Robert King
also might be worth noting I'm using CORS on multiple app engine modules etc. perhaps it's something to do with preflight requests? http://monsur.hossa.in/2012/09/07/thoughts-on-the-cors-preflight-cache.html On Sunday, 25 May 2014 20:53:15 UTC+12, Robert King wrote: > > Don't get me wrong - I ab

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

2014-05-25 Thread Robert King
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 docum