wrapper.thread_dump_control_code |
||||||||||||||
ADVERTENCIADO NOT modify the value of this property while an application using the configuration file has been installed as a Windows Service. Please uninstall the existing service BEFORE modifying this property. The service with the new value can then be safely reinstalled later. This property is only used on Windows platforms. The Wrapper is able to initiate a thread dump in response to a user defined control code when running as a Windows Service. This property makes it possible to specify which code to use, or even to disable this feature, to meet the needs of a specific application. The default value is "255", with valid values in the range of "128-255", or "0" (zero) to disable.
It is only possible to request thread dumps using service control codes when the service is running as a Windows Service. This property has no effect when running in console mode. There are three ways to initiate a thread dump on a running service using the control code.
It is also possible to send the control code programmatically using the appropriate Windows APIs. |