Connection Pooling(Expecting Quick reply to get help)
- From: "Pardeep Kadian" <Pardeep Kadian@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 2 Sep 2005 02:54:12 -0700
Hi Guys,
I had through with all of you guys discussion , Subjected by "ODBC / OLE DB
Connection Pool". Found quite intresting & helpfull.
Comeing to my problem by using (OLEDB , DB = Sybase)--
PREVIOUS IMPLEMETATION
We Have some services running for 24 X 7.
In those services we were opening one connection for each service , and
open/close session for each transaction.
we were opening the connection by call of
OpenWithServiceComponents(......)
But we were facing the DBSlowness for most of our Storeproc's.it could be
any StoreProc which shows delay. And all of the Store procs are very simple
without any bussiness implementaion.
CURRENT IMPLEMETATION
Then we had decided to open some number of connection's through our service
only , and disable the Connection pooling by DB.
So we had executed
for(.....< SOME_NUMBER....)
OpenWithServiceComponents(......)
and to disable the connection pooling we had set some of the propertoes as
follow.
DBPROP_INIT_OLEDBSERVICES = ~DBPROPVAL_OS_RESOURCEPOOLING
Also tried to
DBPROP_INIT_OLEDBSERVICES = -4.
Also changed the registry settings as per recccomended by
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmdac/html/pooling2.asp),
Now the issue is ,
Still we are having our connection getting grow more than our numbers ,
means we have got fail to disable connection pooling.
And still facing the DB Slowness issue also.
It is an Critical issue for us now , so any quick help would be appriciated.
Thanx in advance.
regards ,
Pardeep Kadian
.
- Follow-Ups:
- Re: Connection Pooling(Expecting Quick reply to get help)
- From: Erland Sommarskog
- Re: Connection Pooling(Expecting Quick reply to get help)
- Prev by Date: Access Linked server generates (Error 7399) - Help!
- Next by Date: Re: Connection Pooling(Expecting Quick reply to get help)
- Previous by thread: Access Linked server generates (Error 7399) - Help!
- Next by thread: Re: Connection Pooling(Expecting Quick reply to get help)
- Index(es):
Relevant Pages
|
|