M
Milsnips
Hi there,
these are the scenarios i have come across (considering the connection pool
max=100).
1. A c# Windows app that will be used by say 1000 users concurrently.
2. A c# windows app that will be used by 20-30 users concurrently.
In a real world situation, what would be a better solution:
a) Connecting to the database on application startup, and closeing the
connection on Application exit or
b) Starting the app, disconnected, and then everytime the database is
required - connect, do sql call, and disconnect the connection to release it
to the other users?
Also, what kind of licencing implications would i come across in these
scenarios?
Thanks in advance,
Paul
these are the scenarios i have come across (considering the connection pool
max=100).
1. A c# Windows app that will be used by say 1000 users concurrently.
2. A c# windows app that will be used by 20-30 users concurrently.
In a real world situation, what would be a better solution:
a) Connecting to the database on application startup, and closeing the
connection on Application exit or
b) Starting the app, disconnected, and then everytime the database is
required - connect, do sql call, and disconnect the connection to release it
to the other users?
Also, what kind of licencing implications would i come across in these
scenarios?
Thanks in advance,
Paul