Database Results Pages
Printed From: SalesCart
Category: Legacy Products
Forum Name: SalesCart Standard / PRO / SQL
Forum Description: All questions pertaining to SalesCart Standard, PRO and SQL should be posted here.
URL: http://forum.salescart.com/forum/forum_posts.asp?TID=7
Printed Date: November/23/24 at 7:08pm Software Version: Web Wiz Forums 11.04 - http://www.webwizforums.com
Topic: Database Results Pages
Posted By: VPedofFancifuls
Subject: Database Results Pages
Date Posted: March/17/04 at 10:15am
This is a question on performance with the database results function and salescart pro. I am not a programmer and am using pro3.82 and FP2000, I have been using SC for 3 years and FP for 5. I thought I would ask hoping someone has tried this already and can give me some input on their findings. Is it better to have an individual dynamic database result form for each asp page or can one use a single result page as an include page so it is easier to maintain? It would cut down on resources but will the single page cause problems with the database if you have 20 or 30 people trying to access it at the same time?
|
Replies:
Posted By: Techno Geek
Date Posted: March/17/04 at 10:40am
Well it's a combination of things that may slow down the results. There are a couple of things that you should look out for.
- How your SQL queries are written
- What the SQL queries are looking for in the database
- How many visitors you get on the same page, 20, 30, etc.
- How busy the web server is
Here is a good link:
http://support.microsoft.com/default.aspx?scid=kb;en-us;q112112 - http://support.microsoft.com/default.aspx?scid=kb;en-us;q112 112
http://support.microsoft.com/?kbid=209126 - http://support.microsoft.com/?kbid=209126
------------- Techno Geek
Customer Support Engineer
ComCity and SalesCart Technical Support
|
Posted By: mikeb
Date Posted: March/17/04 at 11:22am
VPedofFancifuls wrote:
It would cut down on resources but will the single page cause problems with the database if you have 20 or 30 people trying to access it at the same time? |
The simple answer--Yes
The supposed limit for concurrent users for Access is quite low...I think 25 as I recall. I've seen 40 work but I don't recommend it. Its a single-threaded database.
If you anticipate those kind of numbers, I suggest you upgrade to SQL to ensure you don't run into problems with folks getting database too busy errors.
|
|