On Tue, Jul 14, 2009 at 11:17 PM, Puskar Naha<[email protected]> wrote: >> Gears is not yet implemented on non-Windows platforms for Chromium. > So Gears/Chromium uses the win32 PoolThreadManager?
Gears/Chromium uses the NPAPI PoolThreadsManager. You can see in the code that it is #ifdef's to use win32 message queues, however this will have to be fixed to port Gears/Chromium to other platforms. - a
