Hi Rama, You have no control over what instance of your app a request (including cron or task queue requests) will execute on, let alone what core or machine. This is a requirement for App Engine apps to scale.
Why do you need to control this? There's probably a better way to handle your specific use-case. -Nick Johnson On Tue, Feb 16, 2010 at 8:48 PM, Rama <[email protected]> wrote: > Is there a simple way to force all cron jobs on a machine to run on a > specific core (of a multi-core machine)? > > -Rama > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
