Aces High Bulletin Board

General Forums => Hardware and Software => Topic started by: Getback on April 29, 2009, 09:46:20 AM

Title: Understanding multi-threading
Post by: Getback 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?
Title: Re: Understanding multi-threading
Post by: Krusty 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.