Oh, OK. Thank you Brandon.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine/-/rvs4uS2r6LkJ.
To post to this group, send email to google-appengine@goog
Cache Incoming requests= The thing that I am always accused of. Use Edge
Cache to make sure you don't need to serve people who are asking for the
same thing.
Fault Tolerant writes is about determining how "race" your race conditions
are, and being smart about your writes.
Common things I see,
Hi Brandon,
> The people who don't know how to build APIs so that apps are task
> specific. Piss me off. Build modular. Dump frame works. Defer often. Be
> your own scheduler by shaping internal ops. Cache incoming. Cache reads
> cache writes. Manage threads. Use warmups. This is not rocket s
All your pages should have the ability to have an optional ?debug=true
Then if you have set that in the url the first line in every one of your
functions, and before your imports, should be "Timer start" and the last
thing should be "Log Timer"
> -Original Message-
> From: google-appeng
>If you follow the group longer you should know - Brandom lives in GAE
unicorn land and all you ever need are proper Edge cache settings. ;)
No, I just don't write code using unnecessary frameworks and I do a ton of
testing and architecture planning.
Most everyoneelse never uses defer or t
Hi Nico,
I responded in the issue tracker. As you told in the issue, it happens only
when you multi-login with more than 5 google accounts.
We're aware of this issue, and looking into it.
Sorry for the inconvenience and thanks for reporting.
-- Takashi
--
You received this message because you
I'm suddenly getting login errors on two different apps, one Java and one
Python. I haven't made any changes to either of these applications.
The error happens on the login script /_ah/conflogin. However it doesn't
show up in the error log for the application, so I don't have any more
details.
Hey guys,
I am coding a simple gae webapp that should send me an email from a form:
I have coded that gae code:
index.html:
A form
Name
Email
Description
On Fri, Jul 20, 2012 at 10:34 AM, hyperflame wrote:
> Discussing theoretical startup times is great, but I'd like to see
> some real-world startups. Does anyone with high startup times ( say,
> 30+ seconds) want to share the results of a code profiler/appstats?
What code profiler works on GAE ser
Discussing theoretical startup times is great, but I'd like to see
some real-world startups. Does anyone with high startup times ( say,
30+ seconds) want to share the results of a code profiler/appstats?
--
You received this message because you are subscribed to the Google Groups
"Google App Eng
On Friday, 20 July 2012 12:48:20 UTC+7, soujiro0725 wrote:
>
> GAE for Python!
>
> Hi. I am trying to develop a web service which users can upload json files
> and modify the data.
>
> Users create json files at local computers, and in the web service page,
> browse the path to the files and pr
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to
google-appengine+unsubscr...@googlegroups.com.
For more options, visit t
On Friday, 20 July 2012 12:48:20 UTC+7, soujiro0725 wrote:
>
> GAE for Python!
>
> Hi. I am trying to develop a web service which users can upload json files
> and modify the data.
>
> Users create json files at local computers, and in the web service page,
> browse the path to the files and pr
Did you get it to work?
On Fri, Jul 20, 2012 at 3:03 AM, soujiro0725 wrote:
> Thanks. This seems what I wanted.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/
Thanks for the reply Kyle. I don't know for sure if it was while a new
instance was being added. I'll keep an eye on that if I see it again.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web visit
https
>
> Perfect, thanks; that is all I am asking for!
>
> Additionally, we started an internal discussion about reviving warmup
> requests for dynamic instances. If you want this feature, please star the
> following issue:
> http://code.google.com/p/googleappengine/issues/detail?id=7865
>
> -- Taka
Hi Chris,
Did you see this error at a time when a new instance was starting up?
I saw the same thing when I was doing some load testing. The problem seem
to present itself when a new instance was added. My theory is that
the scheduler routed the requests to ia new instance before it had
comple
Hi
Last night I had several requests that failed. The errors were logged by a
script that was making the requests but I can't find any indication of
these failures in the App Engine logs. The body of the failed response was
500 Server Error
Error: Server Error
The server encountered an erro
If you follow the group longer you should know - Brandom lives in GAE
unicorn land and all you ever need are proper Edge cache settings. ;)
Am Freitag, 20. Juli 2012 10:16:28 UTC+2 schrieb Simon Knott:
>
> That's just not true - I have an app which uses no third-party libraries
> at all, uses n
GoogleAppEngineLauncher version 1.7.0
I'm trying to develop a service in which users can upload json files.
# -*- coding: utf-8 -*-
> import os, cgi
> import cgitb; cgitb.enable()
> import logging
> from handler import Handler
class Upload(Handler):
> def get(self):
> self.render('u
Sorry, but, please forget about 5 secs 'magic' window. There is no any
hard/soft deadline/threshold like that in the current App Engine system.
It was just a one example of well behaved apps. Let me rephrase what I
meant to say.
With app engine, it is always a good practice to keep the loading re
This particular domain is an alias to primary domain, I can ever create
mapping for names different from www. There is a thread on this issue here
with more
details: https://productforums.google.com/d/topic/apps/JuvJrTMJmAs/discussion
On Friday, July 20, 2012 10:42:24 AM UTC+2, Alexis wrote:
>
I had this issue a week ago:
Make sure the domain you want to add is a primary domain or an alias of a
primary domain.
GAE does not support mapping to a secondary domain.
If you map to an alias domain note that you will not be able to send mails
with an admin sender from this domain.
(Ex: if yo
That's just not true - I have an app which uses no third-party libraries at
all, uses no persistence and in fact it uses no GAE services. It simply
has one servlet which processes request headers and returns a response. My
average start-up time for this app is 3 seconds, when it's running well
Thanks. This seems what I wanted.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine/-/JT5KJxUcwrUJ.
To post to this group, send email to google-appeng
25 matches
Mail list logo