Author Topic: Understanding multi-threading  (Read 299 times)

Offline Getback

  • Platinum Member
  • ******
  • Posts: 6364
Understanding multi-threading
« on: April 29, 2009, 09:46:20 AM »
In AH or any program for that matter, how does multithreading work? Is the Sound, calculations, and graphics split to different cores in some manner?

  Created by MyFitnessPal.com - Free Calorie Counter

Offline Krusty

  • Radioactive Member
  • *******
  • Posts: 26745
Re: Understanding multi-threading
« Reply #1 on: April 29, 2009, 11:02:03 AM »
Some of the networking can be run on its own thread, but the rest of it isn't, from what I gather.