Ansicht
Dokumentation

rdisp/softcancel_sequence - Sequence of delays for the signals sent at a softcancel

rdisp/softcancel_sequence - Sequence of delays for the signals sent at a softcancel

ABAP Short Reference   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.
SAP E-Book
------------------------------------------------------------------------
| Parameter : rdisp/softcancel_sequence |
------------------------------------------------------------------------
------------------------------------------------------------------------
| Short Description : Sequence of delays for the signals sent at a |
| softcancel |
------------------------------------------------------------------------
------------------------------------------------------------------------
| Parameter Description : |
| ----------------------- |
| This parameter specifies the steps in which a running session is |
| canceled if a soft cancel is triggered (for example, by "Stop |
| Transaction" in SAP GUI). |
| The steps are predefined: |
| 1. Termination of the ABAP without a signal (effective during the |
| execution of an ABAP program) |
| 2. Sending of a soft cancel signal (also effective during the |
| processing of database queries) |
| 3. Sending of a SIGTERM signal |
| 4. Sending of a SIGKILL signal |
| The parameter specifies the time delays between the steps in seconds |
| (separated by commas). |
| The following values have special meanings. |
| - The value 0 means no delay |
| - The value -1 means that the next step (and all following steps) |
| are not executed. |
| If a session has still not been canceled after the specified time, |
| the next step is executed. The dispatcher controls this. |
| |
| |
| Example: |
| The default setting rdisp/softcancel_sequence = 0,5,-1 means: |
| The dispatcher immediately sends a soft cancel signal (SIGUSR2) to |
| the work process in which the user session is running. |
| If the session is still running 5 seconds later, the dispatcher |
| the SIGTERM signal. |
| No further automatic actions are then performed. |
| If the session is still running at this point, you need to terminate |
| the work process manually. |
------------------------------------------------------------------------
------------------------------------------------------------------------
| Work area: Dispatcher |
------------------------------------------------------------------------
------------------------------------------------------------------------
| Unit: charater string |
------------------------------------------------------------------------
------------------------------------------------------------------------
| Default value : 0,5,-1 |
------------------------------------------------------------------------
------------------------------------------------------------------------
| Who is allowed to change: Only with support from SAP |
------------------------------------------------------------------------
------------------------------------------------------------------------
| Limitations for operating systems: None |
------------------------------------------------------------------------
------------------------------------------------------------------------
| Limitations for database systems: None |
------------------------------------------------------------------------
------------------------------------------------------------------------
| Other Parameters Affected or Dependent: |
------------------------------------------------------------------------
------------------------------------------------------------------------
| Valid entries, formats, ranges : see above |
------------------------------------------------------------------------

------------------------------------------------------------------------
| Short Description : Sequence of delays for the signals sent at a softcancel
------------------------------------------------------------------------

------------------------------------------------------------------------
| Applications Area : Dispatcher
------------------------------------------------------------------------

------------------------------------------------------------------------
| Parameter Type : S
------------------------------------------------------------------------

------------------------------------------------------------------------
| Changes allowed : X
------------------------------------------------------------------------

------------------------------------------------------------------------
| Valid for Operating System : *
------------------------------------------------------------------------

------------------------------------------------------------------------
| Dynamic switchable : X
------------------------------------------------------------------------

------------------------------------------------------------------------
| Same on all Servers :
------------------------------------------------------------------------


Addresses (Business Address Services)   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

Length: 6440 Date: 20240426 Time: 070919     sap01-206 ( 5 ms )