E
Erik Cruz
Hi.
From what I have read about connection pooling, different connections are
stored in different pools. If the same application uses two different
connections like these:
data source=localhost;initial catalog=pubs;integrated security=sspi;max pool
size=100
data source=localhost;initial catalog=pubs;integrated security=sspi;max pool
size=50
Will I have two pools?
TIA,
Erik Cruz
From what I have read about connection pooling, different connections are
stored in different pools. If the same application uses two different
connections like these:
data source=localhost;initial catalog=pubs;integrated security=sspi;max pool
size=100
data source=localhost;initial catalog=pubs;integrated security=sspi;max pool
size=50
Will I have two pools?
TIA,
Erik Cruz