Harish,

You could place the result from the task in the Memcache or Datastore
and wait in the request for it to be placed.

The common key for the result entity can be passed as an URL parameter
or as a task payload to Your task.

On Sep 19, 10:56 am, "HARISH S.C" <s.c.har...@gmail.com> wrote:
> @de Witte
> I thought of task queue, but the blocking issue there is, we wont get
> any response after the task is finished
>
> On Sep 19, 12:25 pm, de Witte <jcreator.xi...@gmail.com> wrote:
>
>
>
>
>
>
>
> > You can't create your own threads in GAE. Use task queue, backend, or cron
> > jobs instead.

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

Reply via email to