A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Max Number of Users ???



 
 
Thread Tools Display Modes
  #1  
Old May 15th, 2004, 09:32 AM
Jamie
external usenet poster
 
Posts: n/a
Default Max Number of Users ???

Hi;

I am designing a web site for a large organisation.

The website is to be coded in ASP with database
functionality.

I want to use Access, but am not sure that it will be
able to handle the number of users to this site. What is
the 'safe' operating limit with regards to numbers of
users hitting an Access 2000 db?

At what point (number of concurrent web site users)
should I stop using Access and think about moving to
something bigger .. such as SQL?

many thanks
Jamie


  #2  
Old May 15th, 2004, 11:12 AM
MacDermott
external usenet poster
 
Posts: n/a
Default Max Number of Users ???

Although I have designed and implemented successful websites with Access as
a back end, it is not something which is generally recommended.

The first reason is concurrency.
An Access "back-end" can fail with as few as about 4 users trying to hit it
at exactly the same time.
If your usage is light and spread out over time, this may not be an issue.

The second is availability.
An Access database must be taken off-line regularly for
maintenance/compacting.
If your site does not need to be available 24-7, this is not a big issue.

The third is reliability and recovery.
While Access is "generally reliable", Access databases do get corrupted more
easily than "industrial strength" databases like SQL Server. Because it
does not truly encapsulate transactions, it doesn't have the ability SQL
Server and others do to rollback to a known state if corruption does occur.
For this reason, it isn't generally recommended for anything "mission
critical".

If none of the above considerations apply to your situation, go ahead and
use Access!

- Turtle

"Jamie" wrote in message
...
Hi;

I am designing a web site for a large organisation.

The website is to be coded in ASP with database
functionality.

I want to use Access, but am not sure that it will be
able to handle the number of users to this site. What is
the 'safe' operating limit with regards to numbers of
users hitting an Access 2000 db?

At what point (number of concurrent web site users)
should I stop using Access and think about moving to
something bigger .. such as SQL?

many thanks
Jamie




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:13 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.