The fact that it is a cluster has absolutely nothing to do with any
performance issues. The application doesn't know it is running on a cluster
or isn't doing anything differently than if it was not clustered. But you
can not compare 2 completely different machines and expect the same results.
Without knowing what the batch files are it's pretty hard to say even where
to begin. I would suggest using perfmon and profiler to get a handle on
where the bottleneck may be and go from there.
--
Andrew J. Kelly SQL MVP
"Leonardo01" <antonio.disimone (AT) fastwebnet (DOT) it> wrote
Quote:
Application launched by a batch files (on cluster win 2000 advanced
server)
run more slowly then the same application lounched by the same batch files
on PC stand alone. The servers have on board four CPU pentium 3.04 GHz,
the
stand alone PC have one single pentium 4 3.04 GHz.
The application lounched by batch files are win32 application.
Halp me to tuning the cluster for more higher performance on batch files.
Thank you |