Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using SQL backend security or roll-your-own?
Message
De
31/01/2002 11:14:53
 
 
À
31/01/2002 09:48:21
Chuck Berry
Copper State Bolt & Nut Co.
Phoenix, Arizona, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00613013
Message ID:
00613434
Vues:
7
It will depend on your deployment. 80 people hitting the server from 80 seperate instances of the application running on 80 seperate machines will cause 80 pools (one for each process) to be created. Multiple connections within the process will be able to take advantage of pooling.

OTOH, 80 people going through a serviced component to get access to the database will cause a single pool to be created (which COM+ will manage) and the app will need less connections to service those 80 people.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform