Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
The issue of whether dual-core processors are a benefit is a complicated one because you need to consider the system as a whole and identify where the bottlenecks are. In many modern computing tasks the bottlenecks are commonly in getting data from storage into RAM and then from RAM into the processor. It's irrelevant how many cores you have if you can't feed them data fast enough to keep them busy.

There is also the problem that truly taking advantage of multiple cores can be very hard. Most modern OSs (Windows, OSX, Linux etc.) support multi-core processors in that they can allocate and swap threads between the cores. However this isn't the end of the story if you want to perform one task faster than before. If we think about applying a Photoshop effect or compressing video, the programmers of these tasks will have to spilt the code into multiple parts if they want the task to run quicker. They will also have to ensure that the overhead of synchronising the parts doesn't exceed the speed up being able to run across multiple cores.
 
You should probably read up about Snow Leopard, the underlying architecture of iOS and especially the part about Grand Central Dispatch.

iOS will benefit from multicore processors, especially load times.

The iPad loads some webpages horrible slow, so it is next to unusable.
 
You should probably read up about Snow Leopard, the underlying architecture of iOS and especially the part about Grand Central Dispatch.

iOS will benefit from multicore processors, especially load times.

The iPad loads some webpages horrible slow, so it is next to unusable.

You're about 15 posts behind in regard to GCD. I posted a link back in post 12.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.