Thanks for the links to appengine monitoring sites -- I'm using them now...

Interestingly, my app is currently having problems 
(like others are 
reporting 
http://code.google.com/appengine/forum/?place=topic%2Fgoogle-appengine%2F8Fey18C1OSQ%2Fdiscussion
 
)
but the monitoring sites suggest only a very slight problem at the 99th 
percent level.

I'm certainly getting more than 1 error out of 100.
Maybe it's because one html response requires much more than 1 datastore 
read / write.
In fact, maybe 10 reads combined with 3-5 writes is a better test case.
That would re-label the current 99th percent line to be approximately like 
the current 90 percent line (or a bit worse).
Yet, even this is not reflecting what my (very sparsely used) app is 
experiencing.
Another factor is I'm using django 1.1, so there is a large read a the 
beginning of many app requests -- another important aspect of a test case 
(for me anyway).



-- 
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 this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to