G
Guest
The subject says it all; I have a windows app that connects to a db. If I
run two instances of the same exe in the same machine, then two connection
pools are created in the database server despite the fact that they use
exactly the same connection strings. MSDN docu doesn't mention this at all,
hence my request for confirmation. If that is indeed the case, then I guess
it's not a very scalable solution for windows apps. Haven't tested this on a
web app; I hope it's a different story.
run two instances of the same exe in the same machine, then two connection
pools are created in the database server despite the fact that they use
exactly the same connection strings. MSDN docu doesn't mention this at all,
hence my request for confirmation. If that is indeed the case, then I guess
it's not a very scalable solution for windows apps. Haven't tested this on a
web app; I hope it's a different story.