소스 검색

app_python3: update docs for threads_mode parameter

S-P Chan 5 달 전
부모
커밋
168d289ebd
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/modules/app_python3/doc/app_python3_admin.xml

+ 4 - 0
src/modules/app_python3/doc/app_python3_admin.xml

@@ -168,6 +168,10 @@ modparam("app_python3", "child_init_method", "my_child_init")
 			v6.0.x). If set to 0, use PyGILState_Ensure()/PyGILState_Release()
 			(the mode implemented initially).
 	    </para>
+	    <para>
+		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).
+	    </para>
 	    <para>
 		<emphasis>
 			Default value is <quote>0</quote>.