HighTechTalks DotNet Forums  

.NET application freeze

Dotnet FAQs microsoft.public.dotnet.faqs


Discuss .NET application freeze in the Dotnet FAQs forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Nelson Xu
 
Posts: n/a

Default .NET application freeze - 09-10-2004 , 09:43 AM






Hi .NET experts,
My company has a three tier web application written by
VB.NET.

This application runs fine sometimes. However, it also
freeze 20% of the time.

Now, this is a big concern for us because we have to solve
this issue before goes to production.

Any help will appreciate !

Nelson


Reply With Quote
  #2  
Old   
Chris Rolon
 
Posts: n/a

Default Re: .NET application freeze - 09-11-2004 , 01:08 PM






Without anymore information there is little help that can be provided. The
likely cause is your code.

Are you doing any logging? If not add appropriate logging to all critical
areas of your app so that you have some information as to what your app is
doing at the time of the freeze.

Is there anything reported in the event log?
What is the processor utilization for your app? If greater than 0 your app
is in some loop. If the utilization is very high on your app, it's a very
tight loop.

Basically you need to gather some information as to what your app is doing
before you can figure out why it's freezing.


--

Chris Rolon

This posting is provided "AS IS" with no warranties, and confers no rights.

"Nelson Xu" <ningsheng.xu (AT) litton (DOT) c-bass.com> wrote

Quote:
Hi .NET experts,
My company has a three tier web application written by
VB.NET.

This application runs fine sometimes. However, it also
freeze 20% of the time.

Now, this is a big concern for us because we have to solve
this issue before goes to production.

Any help will appreciate !

Nelson




Reply With Quote
  #3  
Old   
Olaf Baeyens
 
Posts: n/a

Default Re: .NET application freeze - 09-13-2004 , 08:20 AM



Quote:
Without anymore information there is little help that can be provided. The
likely cause is your code.

Are you doing any logging? If not add appropriate logging to all critical
areas of your app so that you have some information as to what your app is
doing at the time of the freeze.
.....
Also questions, do you use multi-threading? Are any 3rd party components
using multi-threading? Do you lock database/files/...
Would be helpfull.




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.