Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Concurrent Users
Message
 
To
02/01/2002 22:24:55
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00600090
Message ID:
00600121
Views:
28
This message has been marked as the solution to the initial question of the thread.
>Hi All,
>
>Does anybody know: How many concurrent users can access (read and write) a table.
>
>I appreciate your attention. Thanks in advance.
>
>Henry IX

As far as I know, infinite.
Note that the means which holds the table just doesn't know of users, and all accesses are treated one by one. Think of the locking aspect too, and that this causes that only one at a time will be able to write. But again, in the end this has few to do with it because if 100 users deploy a write at the very same time, the means which holds the table will deal with them subsequently. Therefor locking is only to prevent from users overriding eachothers data.

According to a DBMS like SQL-Server, Oracle etc etc, it will come to the number of licencies for connecting to the database.

HTH,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform