Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server ASP
|
SQL Server ASP Discussions about ASP programming with Microsoft's SQL Server. For more ASP forums, see the ASP forum category.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server ASP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 26th, 2005, 10:22 PM
SoC SoC is offline
Authorized User
 
Join Date: Jul 2004
Posts: 65
Thanks: 0
Thanked 0 Times in 0 Posts
Default web stats using db. Cause server strain?

Hi,

I have built myself a little hit counter. It's just a few lines of VBScript that submit the page name and date to an SQL Server db.

It executes every time the page is accessed. I am a little concerned that this method may put strain on the server given that the home page averages about 3000 hits a week.

I wanted to do it this way because it allows me to use the date field to analyse the usage on a weekly or monthly basis.

Does anyone know if this will put too much strain on the server? Really I'm just interested to know under what circumstances the db server will struggle.

We've got SQL Server 2000, IIS 6 Win2K3. Not sure about RAM - probably 1GB.

thanks


 
Old September 27th, 2005, 06:20 AM
Authorized User
 
Join Date: Sep 2005
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
Default

3000 hits a week is not a lot of hits for SQL, 3000 hits an hour should be fine too (depending on design and length of recordsets returned)
Try stress testing it

http://sqlservercode.blogspot.com/





Similar Threads
Thread Thread Starter Forum Replies Last Post
Stats Adam H-W Classic ASP Basics 0 May 29th, 2007 02:53 AM
connecting web server and remote db server via asp moreyt Classic ASP Databases 0 May 31st, 2005 12:13 AM
how to upload a mysql db on web server umair_rathore MySQL 2 May 14th, 2005 05:46 AM
Need for Asp with Mysql Database,web stats karib Classic ASP Databases 13 March 26th, 2004 07:55 AM
Does Repeater put a strain on server? MichaelTJ .NET Web Services 2 October 27th, 2003 12:46 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.