--
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-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
The solution to this is multithreading. Hard stop.
Jeff
PS Fixed the colors... still getting used to tumblr.
> --
> 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/-/9YEEiFuJsRUJ.
Hey Jeff,
Nice writeup.
Out of curiosity, have you noticed decreased capacity on your multi threaded front-ends since they reduced the CPU (now 600mhz) and memory (now 128mb) / front-ends?
Robert
I really haven't been paying attention - working on a new product. I
don't even look at the dashboard stats for the old ones anymore... and
it's been a while since any of my Java apps have had enough traffic
that I would really notice.
Jeff
--
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/-/wFY7XNN8yzsJ.
Thanks, Tim.I think that's the first clear description I've read of this particular billing phenomena.Google overlords: Add those two paragraphs to your official docs!
--
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/-/0kwURglI0QgJ.
I updated the FAQ with a link to your explanation. Although I have to
admit that i'm still somewhat confused about when the 15-minute charge
will apply.
Jeff
> --
> 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/-/wFY7XNN8yzsJ.
And really, any benefit you get from this will be statistical noise
compared to the benefit you'll get by turning on multithreading. If
each instance can serve 10 concurrent requests, this means you need
one tenth the number of instances. If you want to reduce your
instance charges, This Is The Answer, Period.
Jeff
> --
> 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/-/K_KO68dzq1UJ.
Robert
Is this really true, that if you burst to 100 instances you won't get
the 15-minute charges? Even if you have it set to "automatic"? I'd
like to hear an official voice on this matter.
} Now I don't know what would happen if max-idle-instances was set
} to "automatic", whether this means "1" (no you wouldn't be
} billed"), "infinity" (yes you'd be billed for all 100),
Right now it's the latter. If max-idle-instances is set to automatic
then it is assumed to be infinity.
> --
> 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/-/XJNxgBKeTfEJ.