8 messages in com.googlegroups.google-gearsRe: [google-gears] Re: working worker...
FromSent OnAttachments
JIT23 Jan 2008 22:15 
Srikanth23 Jan 2008 23:57 
JIT24 Jan 2008 03:52 
Dimitri Glazkov24 Jan 2008 04:21 
JIT24 Jan 2008 05:54 
Dimitri Glazkov24 Jan 2008 06:53 
Michael Nordman24 Jan 2008 19:39 
JIT03 Feb 2008 23:24 
Subject:Re: [google-gears] Re: working worker pool
From:Dimitri Glazkov (dimi@gmail.com)
Date:01/24/2008 06:53:11 AM
List:com.googlegroups.google-gears

Did you read my message entirely? Take a look at http://code.google.com/apis/gears/upcoming/api_httprequest.html

With HttpRequest module, you can make AJAX calls from the worker, without having to come back to the main thread. If you are synchronizing entries from database, the entire process can stay inside of the worker.

Perhaps I am not understanding something.

:DG<

On Jan 24, 2008 7:54 AM, JIT <pras@gmail.com> wrote:

Hi,

thanks for the reply.

As you mentioned "Since you're returning back to the parent worker to do XHR calls" is there any other solution for this.

Thanks Prasad