Quote from stav:
I guess that's more for the fun of it than the savings. From quick study I did, it appears that the avings are close to nothing. Any opinions on the last Intel P4, 3.46 extreme, 2mb cache, 1066FSB, worth its money $1500+ (with 526 Ram), for daytrading?
Thx
Certainly. I have a running daytrading system, 2.8G P4. Typically it runs at 3% of maximum CPU load with peaks of about 10% a few times a minute. I am doing some rather fancy stuff though.Quote from stav:
I guess that's more for the fun of it than the savings. From quick study I did, it appears that the avings are close to nothing. Any opinions on the last Intel P4, 3.46 extreme, 2mb cache, 1066FSB, worth its money $1500+ (with 526 Ram), for daytrading?
Thx

However, the last two days of almost continous rummaging for FAQs have paid off and I now have the MySQL server running nicely. I can connect programmatically to MySQL using both C#.Net from a Windows machine and from the localhost using native 64-bit libraries from C++
If this works well, I will migrate the Quad Opteron to 64-bit Linux.
Quote from nitro:
I recently added this server to my stable for persisting the realtime data to a database (for now MySQL):
http://configure.us.dell.com/dellstore/config.aspx?c=us&cs=04&kc=6W300&l=en&oc=pe2850&s=bsd
The dual Xeon capability, the 800Mgz FSB, the PCI-E and DDRII 400 Mhz memory and the PERC SCSI RAID controller were the reason I chose it for database applications. The Quad Opteron is considerably faster in 64-bit mode [computationally] than the DELL, but the DELL has six hot-swap SCSI bays and a very fast SCSI RAID controller making it faster for persistence than the Quad Opteron. Plus the DELL is alot cheaper
I have installed 64-bit Linux and 64-bit MySQL on the DELL machine. I took me no less than ten tries to get installation of the OS and MySQL server and client correct - try that sometimes with four 650 MB .iso'sHowever, the last two days of almost continous rummaging for FAQs have paid off and I now have the MySQL server running nicely. I can connect programmatically to MySQL using both C#.Net from a Windows machine and from the localhost using native 64-bit libraries from C++
If this works well, I will migrate the Quad Opteron to 64-bit Linux.
The Quad Opteron and the Dell are connected via 1Gb Ethernet. Tests done on MySQL have shown that running the application locally on the DB server is about seven times faster than running it over Ethernet. Unfortunately, I have to segregate my application so that the Quad Opteron is doing it's thing and when it needs to get (persistent) data it will have to request it over the wire from the DELL. Ces't la vie.
nitro