Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Distributed processing?

Status
Not open for further replies.

jokersmild

Vendor
Apr 6, 2003
14
US
I read an article that mentioned a weather program that was run on 48 486's using linux to distribute packets for processing to each computer.

I think that this could be a neat project. Not that I have huge numbers to crunch. Just something fun to do.

Has anybody out there ever done anything like that?
 
You may want to look into a Beowolf cluster, although it may be beyond what you are attempting to do.


pansophic
 
Another cool little tool is DISTCC, which is used mainly with Gentoo, but I'm sure that you could get it to work with any Linux system. It basically "shares" the task of compiling programs from source and, in most cases, dramitically speeds up compile times.

Of course, if you're not compiling from source, then it's kinda useless... :)


J.R.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top