소스 검색

modules: readme files regenerated - app_python3 ... [skip ci]

Kamailio Dev 4 달 전
부모
커밋
570db90cca
2개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/modules/app_python3/README
  2. 4 0
      src/modules/app_python3s/README

+ 4 - 0
src/modules/app_python3/README

@@ -177,6 +177,10 @@ modparam("app_python3", "child_init_method", "my_child_init")
    If set to 0, use PyGILState_Ensure()/PyGILState_Release() (the mode
    If set to 0, use PyGILState_Ensure()/PyGILState_Release() (the mode
    implemented initially).
    implemented initially).
 
 
+   If set to 1, Python threading Thread objects created in the KEMI script
+   will be scheduled. Otherwise, additional Python threads will not be
+   scheduled (no release of GIL).
+
    Default value is “0”.
    Default value is “0”.
 
 
    Example 1.4. Set threads_mode parameter
    Example 1.4. Set threads_mode parameter

+ 4 - 0
src/modules/app_python3s/README

@@ -174,6 +174,10 @@ def ksr_script_child_init():
    If set to 0, use PyGILState_Ensure()/PyGILState_Release() (the mode
    If set to 0, use PyGILState_Ensure()/PyGILState_Release() (the mode
    implemented initially).
    implemented initially).
 
 
+   If set to 1, Python threading Thread objects created in the KEMI script
+   will be scheduled. Otherwise, additional Python threads will not be
+   scheduled (no release of GIL).
+
    Default value is “0”.
    Default value is “0”.
 
 
    Example 1.4. Set threads_mode parameter
    Example 1.4. Set threads_mode parameter