how to make a game use both cores?

  • Thread starter Thread starter Enter The
  • Start date Start date
E

Enter The

Hi,

I have a AMD Dual core 4200.

Games such as MEdieval Total War 2 only appear to be using one core, as
they never use more than 50% of CPU.

How can I force these applications to use bother cores?

Thanks,

Enter The.
 
Enter The said:
Hi,

I have a AMD Dual core 4200.

Games such as MEdieval Total War 2 only appear to be using one core, as
they never use more than 50% of CPU.

How can I force these applications to use bother cores?

By rewriting the entire game engine to be multi-threaded....


(*>
 
Hawk said:
By rewriting the entire game engine to be multi-threaded....


(*>
If you run an operating system that supports multiprocessing, effectively use both cpus
since the os will use the 2nd cpu for other tasks, thus leaving the 1st cpu to spend more
time running your game. OpenBSD supports 64-bit multi-cpu configurations.
 
Back
Top