This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 174927

Summary: Implement RequestProcessor.getDefault() over Mac OS Grand Central Dispatch
Product: platform Reporter: _ tboudreau <tboudreau>
Component: -- Other --Assignee: issues@platform <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Macintosh (x86)   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description _ tboudreau 2009-10-19 19:41:37 UTC
Apple's OS-level Grand Central Dispatch is an unbounded thread pool similar to RequestProcessor.getDefault().  It has the advantage that it can take into 
account system load and CPU count in deciding how to allocate tasks to threads.  So it has potential to improve performance.

A Java wrapper can be found here:
http://pixel.recoil.org/code/rococoa/index.html