CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2000
    Posts
    110

    Stack Trace, Performance

    We're using nHibernate to persist data in our application with SQL Server 2005 - the performance of our app is really bad. We ran a profiler on it and found that a great deal of time is spent in the Stack Trace. Is there a way to turn the stack trace off?

  2. #2
    Join Date
    Feb 2001
    Location
    Sydney, Australia
    Posts
    1,909

    Re: Stack Trace, Performance

    Have you have a logging enabled in nHibernate? Is it a debug build you are performance testing or a release ?


    Quote Originally Posted by mps2
    We're using nHibernate to persist data in our application with SQL Server 2005 - the performance of our app is really bad. We ran a profiler on it and found that a great deal of time is spent in the Stack Trace. Is there a way to turn the stack trace off?
    Best regards,
    Igor Sukhov

    www.sukhov.net

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured