Are dual processor machines necessary ?

Quote from SFINC:

I'd like to use 2CPU PC with Tradestation.
Who has it on 2CPU-PC (TS6,TS7 or ProSuite), pls
Make this test-optimize on your PC:
Optimize: Opt1 from 1 to 50.
BarNumber on Chart = 10000 (+, - 1%)

Signal:

Inputs: Opt1(1);
For Value0=1 to 5000 Begin Value1= Opt1 + XAverage((H+L+C)/3,40); end;
If BarNumber = 1000 then Buy 1 contract at close;
If BarNumber = 2000 then Exitlong;
If LastBarOnChart then Print(BarNumber);

Others result on 1CPU PC:
OS,CPU,BUS,RAM,Time-of-optimize
Win2k, P4-2400, 512M, PC-133, 6:15 min
XP,P4-2.26 ,512M, 5:30 min
Win2000sp2,AMD Athlon(tm)XP 1600+,261ram, 8:48 min

It's very interesing your results
So you are saying that the fastest time was on WinXP on machines that are relatively equivalent?

This sort of test can be very deceiving. For example, at what time did you run the tests? This can be important because, for example, a scheduled backup can take place that you were not aware, or even the operating system runs scheduled events at certain times, e.g., FastFind.

My point is, it is easy to get "bad" results unless you are being REALLY carefull in your analysis and have an understanding what load the computer may be under when you are doing a caculation.

Still, your numbers look off by more than they "should"...

nitro
 
All of you say is very interesing.
Simple test, simple result, I aren't going to dissertate.
I hope if Man has 2CPU, this is no problem.
 
Investing in a dual processor system is more than an investment in processor speed. It represents the determination to have a system which will operate at or near its peak efficiency for a long time.

Regardless of the processor speed, many programs can hog a large percentage of the CPU's resources and will cause the computer system to be sluggish and make multi-tasking a chore.

With a multi-processor system and an SMP-compatible OS, like Win Nt, Win 2000, and Win XP pro, standard applications can run concurrently with much less degradation in performance. Even if the applications themselves are not SMP-optimized, the operating system will multi-thread the programs themselves and distribute the tasks to each of the CPUs.

This is a less measurable kind of performance gain, but it may have greater real-world benefits than simply using pure benchmark speed as the indicator. Thus the system will operate at its peak efficiency while multiple applications are operating.

This is great news when a trader is running realtime analysis software with many charts opening and running even during the busiest, most hectic market activity. :cool:
 
Quote from spreadem:

Investing in a dual processor system is more than an investment in processor speed. It represents the determination to have a system which will operate at or near its peak efficiency for a long time.

Regardless of the processor speed, many programs can hog a large percentage of the CPU's resources and will cause the computer system to be sluggish and make multi-tasking a chore.

With a multi-processor system and an SMP-compatible OS, like Win Nt, Win 2000, and Win XP pro, standard applications can run concurrently with much less degradation in performance. Even if the applications themselves are not SMP-optimized, the operating system will multi-thread the programs themselves and distribute the tasks to each of the CPUs.

This is a less measurable kind of performance gain, but it may have greater real-world benefits than simply using pure benchmark speed as the indicator. Thus the system will operate at its peak efficiency while multiple applications are operating.

This is great news when a trader is running realtime analysis software with many charts opening and running even during the busiest, most hectic market activity. :cool:

oh geee sys....

YOU ARE THE KING OF BULLSH*T!!!!!!!!! (say hello to nitro, ) :-/
 
If for no other reason, a second CPU adds a layer of fault tolerance. To me, the extra cost involved if it did nothing else would be worth it.

nitro
 
Quote from nitro:

If for no other reason, a second CPU adds a layer of fault tolerance. To me, the extra cost involved if it did nothing else would be worth it.

nitro

well which is it ..crunching a million symbols/sec or "fault tolerance" (nice made up word ;-/)

p[s i think you need QUAD Xeon PROC dude! ROCK MY WORLD!!!! if we're talkin FALT TOLERANCE here (and you know we are :B) whats another few hundred to a big trader like you!!!! (pocket change!)ps .your "dual zz fault tolerate 'puter" crashes twice a day dude!! i am a witness (you deny it??):eek:
HA!


 
Quote from LongShot:



well which is it ..crunching a million symbols/sec or "fault tolerance" (nice made up word ;-/)

p[s i think you need QUAD Xeon PROC dude! ROCK MY WORLD!!!! if we're talkin FALT TOLERANCE here (and you know we are :B) whats another few hundred to a big trader like you!!!! (pocket change!)ps .your "dual zz fault tolerate 'puter" crashes twice a day dude!! i am a witness (you deny it??):eek:
HA!



Both ...
 
What is the upgrade process like for moving to dual processors on Win2K? Is it simply drop in the second processor and go?

I remember NT upgrading to be a pain as the switch to the multiprocessor kernel after service packs had been applied could turn out to be disastrous.
 
Quote from ler:

What is the upgrade process like for moving to dual processors on Win2K? Is it simply drop in the second processor and go?

I remember NT upgrading to be a pain as the switch to the multiprocessor kernel after service packs had been applied could turn out to be disastrous.

You must upgrade the kernel - and reapply service packs.

We have done this and for our systems it worked without incident.

Instructions on this are readily available in the setup instructions and in the microsoft knowledge base .....
 
I upgraded a P2-400 win NT system to a dual processor win NT system. The processes went without a hiccup. Re-installed the service packs and she hummed along. Windows 2000 shouldn't be a problem, either.
 
Back
Top