[appengine-java] Re: Threads

2011-09-25 Thread HARISH S.C
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

[appengine-java] Re: Threads

2011-09-19 Thread HARISH S.C
:16 AM, HARISH S.C s.c.har...@gmail.com wrote: Hi,  I would like to clarify some basic doubts. I am trying to port an existing app into google app engine . 1. When I have more than 1 servlet, it ll be executed in different thread in a single JVM or else how it will be executed ? it ll

[appengine-java] Re: Threads

2011-09-19 Thread HARISH S.C
@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

[appengine-java] Threads

2011-09-18 Thread HARISH S.C
Hi, I would like to clarify some basic doubts. I am trying to port an existing app into google app engine . 1. When I have more than 1 servlet, it ll be executed in different thread in a single JVM or else how it will be executed ? 2. Is there any workaround to eliminate threading? 3. Can we

[appengine-java] SQL Service

2011-09-14 Thread HARISH S.C
Hi, Where can I find the tutorial for using Google SQL Service API with Google App Engine? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit