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
