On Mar 22, 6:30 am, Eli Jones <eli.jo...@gmail.com> wrote:
> Depends on how you want the code to work..
>
> If you just want to send of work to get processed by those other handlers,
> then firing off a Task (either with Task Queue or Deferred Task) would be
> perfect for that.

Actually, this is a task that will create a new task in the task
queue, so I didn't want to create 2 tasks when 1 is what is required.
The thing is that that task has a Name, and the current caller doesn't
know what that name is. I need to be able to call some other function
to determine it's name and then create that task.

Regards,
-Dhruv.


>
> http://code.google.com/appengine/docs/python/taskqueue/overview.htmlhttp://code.google.com/appengine/articles/deferred.html
>
> On Sun, Mar 21, 2010 at 1:32 PM, dhruvbird <dhruvb...@gmail.com> wrote:
> > Hello,
> >  I would like to call a URL of my own application. How can I go about
> > doing that w/o using URL fetch? One option would be to manually
> > construct a request object and call the function depending upon the
> > URL mapping table. However, is there a way to do this w/o that mess
> > and w/o using URL fetch (which will cost me a request)?
>
> > for eg: If I have these URLs:
> > /mail/send/
> > /chat/send/
> > /home/
>
> > If I want to call them from within the handler of /home/, how can I do
> > that?
>
> > Regards,
> > -Dhruv.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine" group.
> > To post to this group, send email to google-appeng...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com<google-appengine%2bunsubscr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to