Dont forget Go. (and ultimately PHP :)

By all accounts Go fares really well on AppEngine. And offers built in
concurrency.


On Tue, Jun 4, 2013 at 7:02 AM, timh <zutes...@gmail.com> wrote:

> Which is better is subjective.  I prefer python, others java.  Things to
> consider how much existing code from other sources for python or java that
> already run on appengine are you likely to use. That would feature highly
> in your decision making process.  Performance with java seems to depend on
> startup times and how big/heavy your stack is.  Big heavy python stacks
> that do a lot at startup on appengine can have startup time problems too.
>
>
> On Tuesday, June 4, 2013 12:10:49 AM UTC+8, Sebastián Benítez wrote:
>>
>> Hi there. I'm looking to create an Android/iOS (perhaps web too) social
>> application and I'm considering GAE as backend.
>>
>> For what I could gather, a single frontend instance is launched when a
>> request arrives. Is that instance also used (as in multiple threads) to
>> serve other incoming concurrent requests or other instances are launched?
>>
>> What are the benefits of using Java/Python. I'm thinking the case of the
>> app being eventually successfull and needing to handle 1M/10M users. I
>> would asume Java is a better fit, but considering what I've read lately
>> about launch performance, I'm not so sure now.
>>
>> Thank you.
>>
>  --
> 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?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 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to