Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using SQL backend security or roll-your-own?
Message
From
31/01/2002 11:14:53
 
 
To
31/01/2002 09:48:21
Chuck Berry
Copper State Bolt & Nut Co.
Phoenix, Arizona, United States
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00613013
Message ID:
00613434
Views:
8
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
Previous
Reply
Map
View

Click here to load this message in the networking platform