CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2000
    Location
    Arizona, USA
    Posts
    493

    Programming For Dual Processors

    I am writing an app that will be running on a PC with two 1.7GHz Xeon processors. I am wondering
    if there is any special programming techniques that can be used to take advantage of dual
    processors. If anyone has any experience with this and could provide me any detail or code
    it would be greatly appreciated.
    Thank You In Advance!!!!

    Kris
    Software Engineer
    Phoenix,AZ
    Kris
    Software Engineer
    Phoenix, AZ USA

  2. #2
    Join Date
    Jan 2000
    Location
    Saskatchewan, Canada
    Posts
    595

    Re: Programming For Dual Processors

    I'm not positive, but I think the OS does this work for you.

    David Paulson


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured