I need to write application in .NET which will be make some calculations on few comuters (eg.3 computers). How write this application, wchich library i need to use. Do you now any good materials about that?
Asked
Active
Viewed 2,186 times
-2
-
When it's homework then please mention that. – H H Mar 17 '12 at 12:22
-
you can use wcf services on all the machines, and divide the task among them. – Ali Hasan Mar 17 '12 at 12:22
-
Sadly closed. Recommend you search Google for "distributed parallel computing for .NET". Good luck. – Tyler Jensen Apr 22 '13 at 21:00
1 Answers
1
Try looking into the Task Parallel Library
Or if you really want to use multiple computers, then check out:

Community
- 1
- 1

Jason Evans
- 28,906
- 14
- 90
- 154