number of proccesses in SQL to profile database
hi
we have cs2002 server several sites(10 sites) which using same global profile resource (one profile database sites).
we see in sql profile database has many proccesses which are sleeping (hundreds of processes).
does each site open own pool of connections database or profile global resource open connection pool ?
is amount of sleeping connection not influence preofrmance of sql ?
thanks
arik
the profile service uses cs oledb provider, creates own connection pool. there typically pool of connections plus 1 connection each instance of profile service.
while connection shouldn't impact performance, use sql resources , can run out of connections.
if want experiment fewer connections, there environment variable called "maximumdbconnections" defaulted 30 in cs 2002. in cs 2007, default number reduced 10.
Archived Forums C-D > Commerce Server 2002 and Earlier
Comments
Post a Comment