Clear. Thanks. I'll go ahead with the implementation. J.Ganesan
On Friday, December 28, 2012 9:16:15 PM UTC+5:30, Jason Collins wrote: > > Each deferred task has the potential to spin up a new (parallel) instance, > though there is some dependence on the scheduler and your Min/Max Pending > Latency settings (in Application Settings). If $$ is not an object, you > could increase the Min Idle Instances to ensure the instances are around. > There is some instance start-up overhead, though that mostly depends on > your own code/framework. > > You'd need to use larger front-end instances to get the memory footprint > you need. F2's have 256MB, so you'd likely need the big F4 (512MB). > > For the channel API, you only need to know the channel ID to send the > message. It is just a string, so you can include it in your task context > easily. > > Sounds like your plan will work out fine. > > j > > > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/atSL-CTfWdIJ. 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?hl=en.
