Results 1 to 3 of 3

Thread: Max Users on ADODB Connection (Access)?

  1. #1

    Thread Starter
    Lively Member D.Viddy's Avatar
    Join Date
    May 2003
    Location
    Soldotna, Alaska
    Posts
    108

    Max Users on ADODB Connection (Access)?

    How many users can access support at any one time on a website?

    -Dylan
    -www.codebend.net

  2. #2
    Frenzied Member blindlizard's Avatar
    Join Date
    Feb 2001
    Location
    Austin, TX - United States of America
    Posts
    1,141
    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.
    I drink to make other people more interesting!
    [vbcode]On Error GoTo Bar[/vbcode]
    http://www.monsterlizard.com

  3. #3

    Thread Starter
    Lively Member D.Viddy's Avatar
    Join Date
    May 2003
    Location
    Soldotna, Alaska
    Posts
    108
    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
  •  



Click Here to Expand Forum to Full Width