Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Simple Developer
Simple Developer
.NET 4.0에서 제공하는 병렬 프로그래밍(Parallel Programming) 라이브러리를 통해 이젠 매우 손쉽게 다 프로세스 프로그래밍을 할 수 있게 되었다. ^^
사용법도 매우 간단하다.
간단히 기존의 For, ForEach 구문을 대신하여 Parallel.For, Parallel.ForEach를 사용하면 된다.
컬렉션에 대해 AsParallel 이라는 extension을 호출해 주면 끝이다.