This post is duplicated in http://groups.google.com/group/gears-users/browse_thread/thread/11e6bed31d4e9d98
Sorry. On 26 jun, 13:46, Sergio Viudes <[email protected]> wrote: > Hello and sorry for my bad english (I'm from Spain). > > I'm creating a syncrhonization module for my gears app. This module > get data from a RPC server and inserts on local database. I want to > create a workerPool that do "inserts" to database. Can anyone solve my > questions?: > > - Is there any difference between doing rpc calls in main worker with > XMLHttpRequest (and pass response to the workerPool) and doing rpc > calls in a workerpool? Which is better? why? > > - Can I do synchronous rpc calls with HttpRequest inside a worker? (I > think only can be asynchronous, right?) > > Thanks
