瀏覽代碼

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
    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”.
 
    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
    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”.
 
    Example 1.4. Set threads_mode parameter