On Wed, Dec 11, 2013 at 2:33 AM, Ananthakrishnan Venkatasubramanian <
ananthakrishnan.venkatasubraman...@a-cti.com> wrote:

> Libraries will increase the size of the application or the parent module
> if you opt for modules. Deploying the app with libraries is old
> fashion...Its not good to follow if you consider the growth of the
> application. REST based service is the
> current trend.
>


Regardless of the newest trends (that's an entirely different fight) the
issue at hand is that intra-app and inter-app communications have often
experienced difficulties on App Engine. This is not a new topic: see here
for a discussion on intra-app urlfetches being subject to rate limiting:
https://groups.google.com/forum/#!topic/google-appengine/iTMUY1TA8BU and
the associated issue:
http://code.google.com/p/googleappengine/issues/detail?id=8052 .

It's better, at least for the short term until Google fixes these issues,
to consolidate shared libraries or to communicate in other manners such as
Task Queues.


On Wed, Dec 11, 2013 at 2:33 AM, Ananthakrishnan Venkatasubramanian <
ananthakrishnan.venkatasubraman...@a-cti.com> wrote:

>  So there is no question of exceeding the per minute quota limits or any
> other for that matter.
>


There are other quotas, throttling, and limitations internal to App Engine
other than the per-minute quotas listed on the quotas page.  It's been
discussed before on this forum.


On Wed, Dec 11, 2013 at 2:33 AM, Ananthakrishnan Venkatasubramanian <
ananthakrishnan.venkatasubraman...@a-cti.com> wrote:

> All this together, does that mean SOA (Service Oriented Architecture) or
> REST API Services will fluctuate in Google AppEngine (ie) from AppEngine
> Server to another AppEngine Server very often?
>


Depends on the use case, the profile of the requests (do the requests
spike, or are they constant), the size of the request, size of the
response, and many other factors.


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to