Hi, I'm not sure if this is the right place to post this type of 
notification?

But I'd like to tell that the backend java api overview has two paragraphs 
that are almost the same, and they are just after each other:

http://code.google.com/appengine/docs/java/backends/overview.html

First:
*"Backends do not automatically scale in response to request volume. 
Instead, you specify the number of instances of each backend, and change 
this number by performing an update. The number of instances is usually set 
in proportion to the size of a dataset or the degree of processing power you 
want to bring to bear on a problem. Cost may also be a consideration."*

Then next paragraph:

*"Backends do not automatically scale in response to request volume. 
Instead, you specify the number of instances of each backend, and change 
this number by performing an update or configure 
command<http://code.google.com/appengine/docs/java/backends/overview.html#Commands>.
 
The number of instances is usually set in proportion to the size of a 
dataset or the degree of processing power you want to bring to bear on a 
problem. Cost may also be a consideration."*

I started to think that I read the same paragraph twice by mistake but then 
saw that it was not my fault it felt repetitive...

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/GYDLmsaxLNIJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to