Fatimah, Don't worry (too much) about taskqueue. Just go straight to the App Engine Pipeline API (http://code.google.com/p/appengine-pipeline/); it will do what you're looking for.
j On Jan 29, 10:39 am, fatimah mujallid <[email protected]> wrote: > Hi > I am using google app engine with python and I am trying to implement > parallel lcs with task queue api > the problem is i dont know how to use task queue api > dose taskqueue.add function returns any result because my parallel function > return results > also i dont konw whst to put in the URL argument in taskqueue.add(url=' ') > please i need help > thanks -- 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.
