can some body please explain me connection pooling plzzzz?
i am just not getting it from internet
can some body please explain me connection pooling plzzzz?
i am just not getting it from internet
http://www.15seconds.com/issue/970531.htm
this could be also very helpful..- (:
It is layer that handles connections. Instead of opening and handling connection from your application, This way you say
gimme_connection
and you get the connection becuase it was allready opened or if needed it is reopened. This is usefull for databases where there are lot of "processes" who need connections on same address.