I have a question about structuring your on-line handlers optimally for the 
new scheduler algo.

Let's say your app handles 2 calls:
..callA = 10ms
..callB = 500ms

The app averages 10 callA for every 1 callB.

Average latency for 11 calls = 600ms / 11 calls

That average is heavily skewed by callB.

Will the scheduler understand this?

Or will it be better to break the calls up into two separate handlers?

thx, stevep

-- 
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.

Reply via email to