Results 1 to 6 of 6

Thread: Multi core cpu working on Mac

  1. #1
    Join Date
    Nov 2009
    Posts
    50

    Multi core cpu working on Mac

    I need some details on working with multi core cpu's on snow leopard. What is performance of the same and does fits the need of programming and advance graphic generation tool. What does multi core support on mac offers. The other thing which I want to know is gcd support is mac. What is it and what can we benefit from it.

  2. #2
    Join Date
    Nov 2005
    Posts
    3,026

    Re: Multi core cpu working on Mac

    In the past, the better way for computer chip manufacturers to developed presentation was to turn up the clock speed on the processor. But that produces a large number of heats and put away more power, which was not good or better for the computers, particularly notebooks. So as an alternative the industry has stimulated to chips with numerous processor cores, which can offer additional presentation and also consume less power. Today every Mac runs on one or additional multi core Intel processors.

  3. #3
    Join Date
    May 2008
    Posts
    2,680

    Re: Multi core cpu working on Mac

    To take full benefit of these processors, software submissions have to be planned by using a technology called threads. Software developers use threads to permit multi core processors to work on dissimilar parts of a program at the similar time. However, every submission has to do its own threading, which decreases the competence of the complete system.

  4. #4
    Dr. V Guest

    Re: Multi core cpu working on Mac

    As the threads can be complicated to program, several developers do not invest the attempt to make their submissions multi core accomplished. Accordingly, lots of submissions are not as fast as they could be. Grand Central Dispatch (GCD) in Mac OS X Snow Leopard addresses this pressing will require. With GCD, threads are switched by the operating system, not by individual submissions.

  5. #5
    Join Date
    Jan 2008
    Posts
    3,388

    Re: Multi core cpu working on Mac

    GCD-facilitated programs can mechanically dispense their work across all obtainable cores, resulting in the better probable presentation whether they are working on a dual-core Mac mini, an 8-core Mac Pro, or something in among. Once developers start using GCD for their submissions, you will start noticing important development in presentations.

  6. #6
    Join Date
    May 2008
    Posts
    4,085

    Re: Multi core cpu working on Mac

    Grand Central Dispatch is tremendously capable at what it does. It energetically scales the workload of a submission to account for the quantity of processors in the computer. And it makes submissions additional capable by using only the number of threads necessary for the work being done. For example if the GCD and the submission as a requirements of 20 threads even at a maximum ability.

Similar Threads

  1. Replies: 3
    Last Post: 09-01-2012, 10:43 PM
  2. Multi Core Processor Programming
    By maxxiejw in forum Software Development
    Replies: 2
    Last Post: 04-05-2011, 06:02 PM
  3. Information about Programming for Multi-core processors
    By InnoVer in forum Software Development
    Replies: 6
    Last Post: 04-02-2011, 11:24 AM
  4. How to Get Windows 7 to detect your new multi-core processor
    By Menominee in forum Motherboard Processor & RAM
    Replies: 6
    Last Post: 20-08-2010, 06:23 AM
  5. Multi-threaded application uses only one core
    By KACY5 in forum Software Development
    Replies: 4
    Last Post: 10-11-2009, 07:10 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,997,572.25734 seconds with 17 queries