Hello Elliott, Thank you for your quick reply. This is one of the posts i came across https://stackoverflow.com/questions/3800435/why-does-google-app-engine-support-a-single-thread-of-execution-only .
So i want to develop a multi-threaded application, in which each thread makes a call to multiple third party applications and once the data from all these calls is returned I would want to do further processing. Can you please guide me on this? Thanks, Ajinkya. On Wednesday, December 4, 2019 at 4:04:46 AM UTC+5:30, Elliott (Cloud Platform Support) wrote: > > Hello Ajinkya, > > Can you please share the links to the articles you found? I am told that > Java supports concurrent threads. Can you provide an example on how you > want to use this feature on Google Cloud Platform? We will need this to > provide a good answer for you. > > The Executor framework is not managed by Google. Maybe a post on > Stackoverflow <https://stackoverflow.com/> would be appropriate. > > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/9f98ec53-133e-4236-8b3c-7f51fd44f1fa%40googlegroups.com.
