You don't have to give me royalties, but I want to be named in the Patent on
this one.
API by which the request can update how much longer it expects to take so
that the scheduler can be more intelligent.
The use case is simple.
Request: Hey GAE I need all the John Smiths in area code 405
Instance: Do Look Up in Memcache.
If Found: Hey Scheduler I'll be one in 5ms
If Not found: Hey Scheduler I'll be done in
350ms
Request: Hey GAE I need You to Calculate the amount every John Smith who has
a checking account with us has, and the average balance they have for the
past 12 months.
Instance: Do 20 Looks Up in Memcache.
For each Found: TimeToFinish = TimeToFinish
+ 2Ms
For each Not found: TimeToFinish =
TimeToFinish + 150Ms
Tell Scheduler I will be done in TimeToFinish
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.