I currently have a standalone application with an embedded spidermonkey JS engine. I'd like to take advantage of google gears workerpool for concurrency, and was wondering what it would take to embed gears workerpool into my application.
Is there any documentation on how to connect my application to google gears? I've found plenty of documention on using google gears from within javascripts, but not much on interfacing with gears itself. Looking through the source code, it seems like the main object is GearsFactoryImpl. Are there any particular browser methods I need to emulate in my application in order to be able to instantiate the gears factory? Or is it fairly straightforward? Any advice/help is appreciated. Thanks, Nicolas
