|
-
Sep 12th, 2003, 09:08 PM
#1
Thread Starter
Lively Member
Max Users on ADODB Connection (Access)?
How many users can access support at any one time on a website?
-Dylan
-www.codebend.net
-
Sep 12th, 2003, 10:39 PM
#2
Frenzied Member
Unless you are talking about building something like eBay, I wouldn't worry about it. The reason is that when a user requests a page, the connection is made, all querys are run, and the connection is closed. You would have to have like 200+ people requesting a page at the exact same second to notice anything strange. To have 200 people requesting at the same instant would mean you had thousands of people hitting the site in a given day. If you were building an appication for 200 users I wouldn;t worry about it. The likelyness that they would all be hitting the database at the same moment is small. However, if you were building a thick client system it would probably hold the connection the entire time the users had it open (ie all day). In this case I would not use Access.
I hope I helped answer your question and didn't confuse you more.
-
Sep 13th, 2003, 03:51 AM
#3
Thread Starter
Lively Member
That was exactly what I needed. Thanks bud.
-Dylan
-http://www.codebend.net
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|