Hi,
What is the purpose parallel programming?. I am using multi threading and I am getting all the services in the current version VS 2005 in the form of Async thread for my product. I heard that parallel programming in vs 2010 will provide the futures for parallel programing. Should i need to go for VS 2010 Please give me enough input on this.

Regards
Patrick

Parallel computing is a kind of computation in which many calculations are carried out simultaneously (in parallel). In other words large problems can be divided into smaller ones and can be solved in parallel.We can take the advantage of dual core and multi core processors by dividing the tasks and assigning the tasks to each processors

Please take a look on the this

http://aditiblogs.com/blog/blog/2009/06/07/parallel-programming-in-c-40-using-visual-studio-2010/
Hope this helps you..

Thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.