+1 Vinny Regarding Background processes, on MVM's they can be: - Started from the application by starting an arbitrary process in the background - Started from a scheduler like cron - Invoked from the outside, e.g. using ssh.
On Tuesday, 3 February 2015 09:43:50 UTC+1, Vinny P wrote: > > > For regular App Engine, threads are allowed/not allowed depending on the > type of instance the code is currently running on. See the table here: > https://cloud.google.com/appengine/docs/java/modules/#scaling_types and > look at the entry marked "Background Threads." There's also a limit on the > number of threads you can run: http://stackoverflow.com/a/20896720 > > For managed VMs, you can essentially run anything you want, however you > want it. If you want to open up a ton of threads, that's perfectly fine > within a managed VM. Depending on your use case, you may not be able the > replicate the same in a regular instance. > > > ----------------- > -Vinny P > Technology & Media Consultant > Chicago, IL > > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/3281e3d4-6cf3-4697-96c6-2edf8cc8ad2b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
