Want pair Pentium III Tualatin-S 1.4GHz
drasnor
Starship OperatorHawthorne, CA Icrontian
Anyone got a pair to spare? I really don't want to shell out full retail price for these, so I'm looking for a pair of used processors for some dual PIII action in my new workstation.
Alternatively, if you don't have any but know someone that knows someone else that works for a company about to retire some PIII servers, can I have a hook-up?
-drasnor
Alternatively, if you don't have any but know someone that knows someone else that works for a company about to retire some PIII servers, can I have a hook-up?
-drasnor
0
Comments
Ebay is ~ $160/chip
I was kinda hoping for somewhere in the ballpark of $100/chip.
-drasnor
I also looked on pricewatch and starmicro has oem 1.4's for $150 shipped too. That's about the best price I've ever seen on the 1.4S.
-drasnor
Anybody higher in the FAH rankings needs to ph34r, because all four are going straight into Folding machines and displacing processors that are going into other Folding machines.
-drasnor
-drasnor
OpenMOSIX is clustering for the rest of us. An OpenMOSIX cluster behaves essentially like one big SMP machine; it migrates processes from nodes under high load to ones under low load. OpenMOSIX works with normal Linux software so you don't need to write cluster-specific code like with Beowulf (MPI) clusters. The usual SMP caveats apply: it won't auto-parallelize existing code so only SMP-aware applications really like it. Coding for it is as simple as just having your program spawn lots of child processes during execution.
OpenMOSIX clusters lend themselves quite nicely to batch encoding where each node can work on a different file. They also do well in vector math with large matrices where each child process is a row operation (such as those commonly found in engineering analysis). They're not as fast as Beowulf clusters, but you don't have to code a lot of custom stuff to get an OpenMOSIX cluster to work.
If you think this sounds cool you should give it a try: http://openmosix.sourceforge.net
Gentoo users just need to type a couple of commands to install it on their machines.
-drasnor