G
Guest
Hi,
I have build a Windows Service using Microsoft .NET Framework. This
service works listening a port and validating the received messages against a
database. This application have a high availability requirement that must be
achieved by configuring it on a cluster.
When testing the service in a desktop, the use of processor was about
4% and memory about 145mb, but when testing the same service on a cluster,
the use of processor was about 50% and memory about 1.4Gb!
I would like to know if there is some special careful when developing
aplications to work on cluster or this is simply a misconfiguration. Thanks
in advance.
I have build a Windows Service using Microsoft .NET Framework. This
service works listening a port and validating the received messages against a
database. This application have a high availability requirement that must be
achieved by configuring it on a cluster.
When testing the service in a desktop, the use of processor was about
4% and memory about 145mb, but when testing the same service on a cluster,
the use of processor was about 50% and memory about 1.4Gb!
I would like to know if there is some special careful when developing
aplications to work on cluster or this is simply a misconfiguration. Thanks
in advance.