Connection pooling and Appdomain
This question is related to my old question question.
1) I have a vb.net application which requires connections to some
databases.So now if i open multiple instance of same application(exe
files) then it uses different connection or uses multiple connection. So
can i make it to use single connection?
2) I heard about Appdomain(An AppDomain provides a layer of isolation
within a process) . Does it help in making the connection to be drawn from
same pool and make optimal use of resources? This article has something
related to it.
No comments:
Post a Comment