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