Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Concurrent Users
Message
 
À
02/01/2002 22:24:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00600090
Message ID:
00600121
Vues:
21
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,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform