Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.
1381 Discussions

Writing a program to juggle tasks between 4 processors on seperate motherboards

alex_barry
Beginner
300 Views
I just got a bunch of pII processors on some old mother boards. Is it possible to write a program to interface with the processor, read the tasks, and send it off to other processors on a network?
I am a c/asm programmer, but I didn't want to start coding until i knew if it was possible

thanks,
Alex~
0 Kudos
1 Reply
Ylian_S_Intel
Employee
300 Views

This is probably not directly related to computer manageability, but I will gladly answer this one. What you are talking about is generally referred to as computer clustering, where you take a lot of computers and make it look like a really big one. Probably the best known software to do thison Linux is Beowulfand Microsoft does havethis feature in "Microsoft Windows Compute Cluster Server 2003", but there are many more. Wikipedia articles can probably get you started.

Hope this helps,
Ylian

0 Kudos
Reply