GAE Java is nothing like the Java being profiled there. It is not the same VM, and it runs in a completely different manner.
Also, the described application is I/O bound, so the thing being measured there, even if it was something like GAE's VM, would not be relevant to the OP's question. On Mar 11, 2013, at 2:33 PM, [email protected] wrote: > I was just looking at benchmarks fro efficient of both programs and Java > seems to be much more efficient than Python. For instance I looked up some > benchmarks on different OS and machines, and Java came out on top by a lot in > every benchmark. For instance: > http://benchmarksgame.alioth.debian.org/u64q/benchmark.php?test=all&lang=java&lang2=python3 > > On Monday, March 11, 2013 10:44:54 AM UTC-7, [email protected] wrote: > > Hello, I was wondering if someone could help me choose the best strategy for > my application in terms of design.I want to use the least amount of resources > as I can and optimize my code. My application is essentially written in html > and javascript. I will use java to access the datastore (unless there is > another more efficient way?). So essentially I will be storing two main > things inside the datastore. A notification status (1 single integer, I am > expecting about 200,000 of these to be stored) and content (5000 ascii > characters each expecting about 200,000 of these as well). They will be > access quite frequently (most likely 50,000 notifications and content will be > read and updated every 30 mins). I have read much about optimizing from > google here, but I am wondering as well what people would suggest I do to use > the least amount fo resources so I can compare. > > Thanks! > Cheers > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-appengine?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
