PDA

View Full Version : Timeout values



Archie Campbell
24-Nov-2005, 03:21 PM
In WAS Admin -> View -> Options
there is a box "Timeout values" there are three
Message timeout 20000 milliseconds
Transaction timeout 120000
Termination timeout 5000

I would like to read about what these are.


I have a WebService that processes documents in a folder.
In some exceptional situations it gets an error after 2 minutes.
I presume this is the transaction timeout.

I dont mind it stopping at some point as long as it knew it was going to be
terminated.
Is there a message that gets sent, something like "soon you will be toast"
so he can exit gracefully.

Thanks

Archie

Anders Öhrt
25-Nov-2005, 05:25 AM
> Termination timeout 5000

When you try to stop an application, the administrator will wait for it to
complete for this long, and then give a "Retry / Cancel" box. Pressing Retry
a couple of times eventually stops stubborn applications.


> Message timeout 20000 milliseconds
> Transaction timeout 120000


Difference between asp->app message call and WS call maybe?

// Anders