Posts

Showing posts from June, 2005

Multiple cores

Both Intel and AMD now have desktop chips outs with multiple cores. They have plans to have multiple cores on all the chips. This will mean that developers will have to start paying more attention to writing code that uses threads, since there will be noticeable performance difference between applications that use threads and don't use threads. Developers should start reading up more on developing software that uses threads