Comparing Instances of GAE to instances of EC2 is like Comparing a 5HP
Briggs and Strat Engine to having 5 Actual 4 legged horses.

5 horses will haul  5 people a lot farther a lot faster than a gokart with
5HP, but no amount of Horses will accelerate an RC car to 60 Miles per hour.


 

Same for the Memory.  Unless you have a set amount of data you know is going
to be in "ram" you aren't going to use "ram" you are going to use MemCache.

 

You aren't going to use I/O so your hard drives aren't going to chew CPU
cycles so you can't compare Cycle to Cycle.

 

Doing these kinds of comparisons will not help you develop good apps or plan
for scale.  Right some Skeleton code to do performance testing on a free
instance.  Examine how concurrency through the use of the API's work.

 

Remember on an EC2 Instance you burn CPU cycles for everything from Network,
SSL Computation, to Data processing.  On GAE if you use the API's the CPU
sits idle or processes other threads.

 

 

 

 

From: [email protected]
[mailto:[email protected]] On Behalf Of Niklas Rosencrantz
Sent: Sunday, December 11, 2011 2:51 AM
To: [email protected]
Cc: [email protected]; [email protected]; [email protected];
[email protected]; [email protected];
[email protected]
Subject: Re: [google-appengine] Memory and CPU allocation?

 

Thank you Amy for the reply and the links. I would like something to compare
my other installations with
ie I had a virtual linux server with 256 MB RAM and 1 GHZ CPU or likewise
and I concluded that my Java app needed at least 512 MB memory. PHP I could
run with only 256 MB. So I wonder if there are numbers like that I can
compare with app engine for instance saying that with a virtual linux server
256 MB RAM wasn't enough but in the app engine environment 128 MB is enough
even for a Java application in the cloud. 
Best regards \niklas

-- 
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine/-/OdUu6hALckgJ.
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.

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