Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 58 for Process (0.074 sec.)
17.1. threading --- スレッドベースの並列処理 — Python 3.6.5 ドキュメント 6820
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... マシンの計算能力をより良く利用させたい場合は、 multiprocessing モジュールや concurrent.futures.ProcessPoolExec ... () while True : connection = accept_connection () process_server_connection ( connection ) def client (): b ... it () while True : connection = make_connection () process_client_connection ( connection ) class threading. ... のトピックへ 17. 並行実行 次のトピックへ 17.2. multiprocessing --- プロセスベースの並列処理 ナビゲーション 索引 ...
https://man.plustar.jp/python/library/threading.html - [similar]
21.4. wsgiref --- WSGI ユーティリティとリファレンス実装 — Python 3.6.5 ドキュメ... 6820
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... TTP on port 8000..." ) # Respond to requests until process is killed httpd . serve_forever () # Alternative: ... true、 wsgi.multithread を false、そして wsgi.multiprocess を true にセットし、常に sys と os を、必要な CGI ... tdout , stderr , environ , multithread=True , multiprocess=False ) ¶ CGIHandler に似ていますが、 sys と os モ ... ストリームを明示的に指定します。 multithread と multiprocess の値は、ハンドラインスタンスにより実行されるアプリ ...
https://man.plustar.jp/python/library/wsgiref.html - [similar]
1. 他のアプリケーションへの Python の埋め込み — Python 3.6.5 ドキュメント 6733
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... , "Return the number of arguments received by the process." }, { NULL , NULL , 0 , NULL } }; static PyModule ...
https://man.plustar.jp/python/extending/embedding.html - [similar]
Windows 上の Python FAQ — Python 3.6.5 ドキュメント 6733
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... すか? ¶ Prior to Python 2.7 and 3.2, to terminate a process, you can use ctypes : import ctypes def kill ( pid ... ctypes . windll . kernel32 handle = kernel32 . OpenProcess ( 1 , 0 , pid ) return ( 0 != kernel32 . Terminate ...
https://man.plustar.jp/python/faq/windows.html - [similar]
26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 6733
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... bles output of more information on the translation process. Since some print statements can be parsed as func ... allows specification of an alternate directory for processed output files to be written to. The -n flag is re ...
https://man.plustar.jp/python/library/2to3.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 6733
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ) ¶ IMAP4 から派生したサブクラスで、 command を subprocess.Popen() に渡して作成される stdin/stdout ディスクリ ... ata = authobject ( response ) It will be called to process server continuation responses; the response argume ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
18.9. mmap --- メモリマップファイル — Python 3.6.5 ドキュメント 6733
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... !" ) pid = os . fork () if pid == 0 : # In a child process mm . seek ( 0 ) print ( mm . readline ()) mm . clo ...
https://man.plustar.jp/python/library/mmap.html - [similar]
18.8. signal --- 非同期イベントにハンドラを設定する — Python 3.6.5 ドキュメント 6733
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... the thread thread_id , another thread in the same process as the caller. The target thread can be executing ... ll or select call, allowing the signal to be fully processed. The old wakeup fd is returned (or -1 if file de ...
https://man.plustar.jp/python/library/signal.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 6733
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... sponse_ok is false, authobject() will be called to process the server's challenge response; the challenge arg ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
18.1. socket --- 低水準ネットワークインターフェイス — Python 3.6.5 ドキュメント 6733
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を呼び出さなければなりません。 注釈 Windows では subprocess.Popen() の stream 引数などファイルディスクリプタつ ... の場合、以降は送受信を行えません。 socket. share ( process_id ) ¶ ソケットを複製し、対象のプロセスと共有するた ... めの bytes オブジェクトを返します。対象のプロセスを process_id で指定しなければなりません。戻り値の bytes オブ ... 資料を参照してください。 An Introductory 4.3BSD Interprocess Communication Tutorial , by Stuart Sechrest An Adv ...
https://man.plustar.jp/python/library/socket.html - [similar]
PREV 1 2 3 4 5 6 NEXT