Browse Source

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

Kamailio Dev 4 months ago
parent
commit
570db90cca
2 changed files with 8 additions and 0 deletions
  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