PC Review Forums Newsgroups Microsoft DotNet Microsoft ADO .NET Profiler Audit Logout Performance

Reply

Profiler Audit Logout Performance

 
Thread Tools Rate Thread
Old 06-04-2006, 10:46 AM   #1
Brian Wotherspoon
Guest
 
Posts: n/a
Default Profiler Audit Logout Performance




Hi All,

I'm running an online transaction processing system using an SQL Server
2000 SP3 database server and an online application server.

I seem to be hitting some performace issues I believe be related to
connections. Certainly I've tracked it to a single point in the
processing.

Running a profiler trace indicates that the stored procedure and SQL
statements within have no performance issues, indexes are all fine
according to the execution plan.

However the Audit Logout line that appears after each call to the
procedure has a duration of several hundred ms, even though the
procedure executes in a max of 16ms.

Does this indicate that performance is being hit by the overhead of
creating and destroying connections? I understood that connection
pooling, which is enabled as far as I can tell, was supposed to prevent
these kind of problems.

Any help is very much appreciated.

Brian.

*** Sent via Developersdex http://www.developersdex.com ***
  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off