linuxtrader
Guest
Quote from nononsense:
... Till about 3 years ago, I only used scsi. Everything is now ATA100. All drives 200GB, 7200rpm. No SATA yet. It doesn't really bring you anything, except for the troubles of the past. I will use it when NCQ will be supported from all sides. (My current "#hdparm -tT" performance hovers between 55 and 60 Mb/s).
I have a keen eye on clustering but don't require it right now. I can less or more guess what nitro is trying to do from his posts long time ago. My approach is different. Clustering seems to be the way how state of the art engines are now making their marks. One day this will filter down, it is probably going already.
We dont use SCSI for most of our workstations - the reasoning being that they are a more costly choice although the price difference has started to erode. We prefer to keep things on servers and , depending upon the server it may or may not have hardware raid support: the alternative being replication to a network disk array.
Clustering is really only needed if you absolutely need 100 percent availability or if you are working on problems that lend themselves to distributed solution across multiple nodes - typically loosely coupled. Out of the box clusters - be it Linux or $soft - really do not natively support other types of distributed problems and you will have to roll your own synchronization solution by altering the Linux kernel and making a few hardware changes if you want to work on those .. an excercise that is possible in linux because you have source and impossible on $soft.
)