Hi,
I have a thread which has to be alive for more than 2
hours. I had given the "<httpRuntime
executionTimeout=14400"> in the web.config
But still the thread is aborted after 1 hour. But the
same thread is running for 4 hours in some other server.
so in the first server i guess there is some other factor
which is dominant. what could be that?
Thanks,
LekshmiYou are most likely having application restarts. When this happens, the app
domain is unloaded and that makes the running thread terminate.
Regards,
Alvin Bruney [Microsoft MVP ASP.NET]
[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @. http://www.lulu.com/owc
----
"lekshmi" <g_lekshmi@.yahoo.com> wrote in message
news:259c01c51484$684973d0$a501280a@.phx.gbl...
> Hi,
> I have a thread which has to be alive for more than 2
> hours. I had given the "<httpRuntime
> executionTimeout=14400"> in the web.config
> But still the thread is aborted after 1 hour. But the
> same thread is running for 4 hours in some other server.
> so in the first server i guess there is some other factor
> which is dominant. what could be that?
> Thanks,
> Lekshmi
could you please explain it more?
>--Original Message--
>You are most likely having application restarts. When
this happens, the app
>domain is unloaded and that makes the running thread
terminate.
>--
>Regards,
>Alvin Bruney [Microsoft MVP ASP.NET]
>[Shameless Author plug]
>The Microsoft Office Web Components Black Book with .NET
>Now Available @. http://www.lulu.com/owc
>----
-
>
>"lekshmi" <g_lekshmi@.yahoo.com> wrote in message
>news:259c01c51484$684973d0$a501280a@.phx.gbl...
server.
factor
>
>.
>
examine your event log on the machine in question. You are looking for
application restart notifications. If you see these notifications, then it
means your application has been forcibly shut down by the run-time and you
threads have gone to the great beyond. Otherwise the problem lies somewhere
else. But it is important to eliminate this possibility first.
Regards,
Alvin Bruney [Microsoft MVP ASP.NET]
[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @. http://www.lulu.com/owc
----
<anonymous@.discussions.microsoft.com> wrote in message
news:26ec01c514c0$ec60cb50$a501280a@.phx.gbl...
> could you please explain it more?
>
> this happens, the app
> terminate.
> -
> server.
> factor
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment