I am doing a project where I will try to optimize google engine by using multi-core cpus. So, now i am doing a research how the low API works in order to find out if such an optimization is possible.
On Fri, Mar 5, 2010 at 7:20 PM, John Patterson <[email protected]>wrote: > Basically each request is a thread in app engine. There are a couple of > ways to create multiple requests: > > > 1. task queues - when you don't need to wait for a response > 2. async url fetch - when you do need the results of your threads > > > > On 5 Mar 2010, at 23:54, Marios wrote: > > Hello there, > I've just read the documentation on Google App Engine and I realised > that you cannot create any threads in an application. You can only use > the main one which is created automatically with any runnable java > program. > I am wondering if there is the possibility to create threads using the > low-level API datastore. I've searched the internet and didn't find an > answer. If someone tried to create a new thread or knows for sure if > you can create one, please reply to this message. > Thank you very much, > Marios. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" 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-java?hl=en. > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
