E
enantiomer
Is there a way to enable connection pooling in the CF? The delay for
opening each connection is about 1-2 seconds currently. Quite a
performance hit indeed. I had read that connection pooling was
disabled in the CF, and was looking for ways in which to enable it. I
checked out this article
http://www.dineshpriyankara.com/CAAA0001.aspx
which says you can set the "Pooling" parameter to true in order to
enable pooling. When i try that through the CF, it gives the exception
of "Unknown connection option in connection string: pooling."
Is there a way to do this? Since I open quite a few connections
through my heirarchical service calls, it is really taking a long time
to get my business data! Any tips?
Jonathan
opening each connection is about 1-2 seconds currently. Quite a
performance hit indeed. I had read that connection pooling was
disabled in the CF, and was looking for ways in which to enable it. I
checked out this article
http://www.dineshpriyankara.com/CAAA0001.aspx
which says you can set the "Pooling" parameter to true in order to
enable pooling. When i try that through the CF, it gives the exception
of "Unknown connection option in connection string: pooling."
Is there a way to do this? Since I open quite a few connections
through my heirarchical service calls, it is really taking a long time
to get my business data! Any tips?
Jonathan