Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Configuring Engine Deadlock Recovery


You can configure the amount of time that should elapse before the ASP Server is considered deadlocked and the engine is restarted. This functionality helps to alleviate potential problems caused if an ASP engine becomes completely deadlocked and stops servicing requests, a condition that could result from failed processes, thread contention, locked database connections, and so on. The deadlock timeout value is set to 600 seconds (10 minutes) by default.

Note of the following:

To change the deadlock timeout value

  1. Open the Administration Console (see Accessing the Administration Console).

  2. On the ASP Server tab of the Server Management page, click Settings.

  3. The Server Settings page displays.

  4. In the Deadlock timeout box, specify the number of seconds that should elapse before the ASP Server is considered deadlocked and the engine is restarted.

  5. If the deadlock timeout is set to a value lower than the script timeout, the ASP engine will restart after the time specified for the deadlock timeout has elapsed.

  6. Click Save, and then restart the ASP Server by clicking Restart.

  7. Note icon Note Restarting the ASP Server resets all Session and Application variables.


ContentsPreviousNextIndex