Author |
Topic |
|
cnewman777
Starting Member
48 Posts |
Posted - 16 August 2002 : 17:00:35
|
Every time a user clicks on a link in the forum, to another topic, or anothor forum or just anything at all, my process peaks at 100% for about 2 secs then the page is loaded. I am not to familiar with asp coding since all I do is Coldfusion and SQL. I have never seen code like this to peak the processor. In coldfusion, i have done some pretty intense SQL - Coldfusion programming and never peaked the processor. Any advice that I do to enhance performance?
Server: PII 300 256MB RAM WIN2K Advance Server. URL:http://www.dea-clan.com/forum Let me know.
Court |
Edited by - cnewman777 on 16 August 2002 17:04:02 |
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
cnewman777
Starting Member
48 Posts |
Posted - 16 August 2002 : 17:22:33
|
strConnString = "Provider=SQLOLEDB;Data Source=WEB_SERVER;Initial Catalog=DEA;User ID=****;Password=****;" |
|
|
lir
New Member
USA
67 Posts |
Posted - 16 August 2002 : 17:26:48
|
Win2K Adv. Server on a PII 300?? I wonder....
__ lir |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
cnewman777
Starting Member
48 Posts |
Posted - 16 August 2002 : 17:58:12
|
quote: Originally posted by lir
Win2K Adv. Server on a PII 300?? I wonder....
__ lir
To run a web server, u dont need big hefty servers. Thats what Dell, IBM, and gateway wants u to think. If I am running only one domain, a PII 300 is more than enough. Years back, I had a friend hosting a website that got over 3,000 vistors a day and he was hosting off of a MAC SE. And there wasn't any perfomance issues.
So I know, the PII 300 is doing just fine. Just a couple of months ago, I had a celeron 400 with only 128MB as a coldfusion webserver with MS SQL 7 and it performed quick well for about 3years. In the 3 years, I had to reboot the machine maybe a total of 5 times. ANd that was because I installed new software. |
|
|
lir
New Member
USA
67 Posts |
Posted - 16 August 2002 : 18:08:19
|
Yes you can host a website on an old, small, slow computer, but when you start talking about database access, web applications, etc, things can get real slow real quick.
I suppose it depends on what all you've got running on there. But I guess you know that better than I do
__ lir
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 16 August 2002 : 21:12:26
|
quote:
To run a web server, u dont need big hefty servers.
agreed, you don'e, but to run a decent SQL server you need as much power as you can give it otherwise it will be like treacle |
MVC .net dev/test site | MVC .net running on Raspberry Pi |
|
|
|
Topic |
|