Multiple cores are not available to App Engine standard runtime instances <https://cloud.google.com/appengine/docs/about-the-standard-environment#instance_classes>. If you need access to multiple cores on the same instance, consider using the App Engine flexible runtime <https://cloud.google.com/appengine/docs/flexible/python>, which uses Compute Engine as the underlying VM and allows you to configure the number of cores available <https://cloud.google.com/appengine/docs/flexible/python/configuring-your-app-with-app-yaml#resource-settings> .
On Wednesday, August 24, 2016 at 4:27:17 PM UTC-4, Jungho Ahn wrote: > > Hello, > > Is it allowed to use python multiprocessing in appengine? > I tried, but it looks like only one core is utilized. > > Thanks, > -- 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 https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/88dafadf-a328-423e-8ddc-7c4f585f88a9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
