Max # Of Simultaneous Users

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What is the maximum # of users who can access a shared MDB file
simultaneously? The table they will be reading from is shared. The browse
screen they will be accessing the table thru is read-only.
 
Bob said:
What is the maximum # of users who can access a shared MDB file
simultaneously? The table they will be reading from is shared. The
browse screen they will be accessing the table thru is read-only.

The *technical* limit is 255. The *realistic* limit varies by app and network
conditions and is considerably less than that. We have reports of 100 or so
when conditions are perfect. Read only is generally easier to have a higher
number of users than when doing edits.
 
IIS is only one user, so if you are using a Browser to
display your Browse screen the number of users who
can access a shared MDB is not relevant.

(david)
 
Back
Top