Since this is more a question about building/linking with the gears
library than the sdk, I thought this may be a more appropriate place
to ask my question (sorry for the crosspost).

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 the gears library
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

Reply via email to