Hardware requirement for .net framework Server/Client

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, My Name Akok Lim

I've some trouble when i do the installation to my client.
I've a big problem
the client can only provide for the computer using : Intel Celeron 2.0 GHz, and DDR 128 MB, because of my back end using Ms SQL Server 2000, i install Ms Windows 2000 Server. And I Also Develop my system application with XML Web Service, also install in the same computer, and GUI Application using VB.Net in the same computer.
And the result is very very very slow...
the question is i also open the task manager windows, and see the performance of CPU Usage adn MEM usage, when i run the application, it seem that the program doesn't consume the resource of CPU and Memori. so what is the main factor of the way .Net Architecture Application, start with the XML Web service and also with Application client UI,
for comparition i develop this program with AMD XP 1500, and DDR 512MB, the O/S is also Windows 2000 Server, and the speed from retrieve and process data is not bad at all.

Plz give the input about this matter.

Thanks
 
Akok Lim said:
Hi, My Name Akok Lim

I've some trouble when i do the installation to my client.
I've a big problem
the client can only provide for the computer using : Intel Celeron 2.0
GHz, and DDR 128 MB, because of my back end using Ms SQL Server 2000, i
install Ms Windows 2000 Server. And I Also Develop my system application
with XML Web Service, also install in the same computer, and GUI Application
using VB.Net in the same computer.
And the result is very very very slow...
the question is i also open the task manager windows, and see the
performance of CPU Usage adn MEM usage, when i run the application, it seem
that the program doesn't consume the resource of CPU and Memori. so what is
the main factor of the way .Net Architecture Application, start with the XML
Web service and also with Application client UI,
for comparition i develop this program with AMD XP 1500, and DDR 512MB,
the O/S is also Windows 2000 Server, and the speed from retrieve and process
data is not bad at all.
Plz give the input about this matter.

Thanks
Here's a quote that might interest you"
<quote>
Recommended hardware .NET Framework:
For computers running only a .NET Framework application, Pentium 90 MHz CPU
with 96 MB memory or the minimum CPU and RAM required by the operating
system,
whichever is higher.
For server operating systems, Pentium 133 MHz CPU with 256 MB memory or the
minimum CPU and RAM required by the operating system, whichever is higher."
<unquote>
Check the memory requirement for server operating systems (256 MB). You have
half that, which is probably largely responsible for the performance issues.
Memory is cheap.
 
Back
Top