Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 14 for asyncore (0.025 sec.)
18.6. asyncore --- 非同期ソケットハンドラ — Python 3.6.5 ドキュメント 14214
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 18. プロセス間通信とネットワーク » 18.6. asyncore --- 非同期ソケットハンドラ ¶ ソースコード: Lib/asy ... でマルチスレッドよりも理解しやすく、制御も容易です。 asyncore は多くの複雑な問題を解決済みなので、洗練され、パフ ... ュールを使う場合は一つ以上のネットワーク チャネル を asyncore.dispatcher クラス、または asynchat.async_chat のイ ... に追加されたチャネルを含む)が閉じるまで継続します。 asyncore. loop ( [ timeout [ , use_poll [ , map [ , count ] ...
https://man.plustar.jp/python/library/asyncore.html - [similar]
18.7. asynchat --- 非同期ソケットコマンド/レスポンスハンドラ — Python 3.6.5 ド... 11360
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... o を利用することを推奨します。 asynchat を使うと、 asyncore を基盤とした非同期なサーバ・クライアントをより簡単 ... ソッドを実装すれば使うことができます。 async_chat と asyncore は同じ非同期ループを使用しており、 asyncore.dispat ... も同じチャネルマップに登録する事ができます。通常、 asyncore.dispatcher はサーバチャネルとして使用し、リクエスト ... します。 class asynchat. async_chat ¶ このクラスは、 asyncore.dispatcher から継承した抽象クラスです。使用する際に ...
https://man.plustar.jp/python/library/asynchat.html - [similar]
21.18. smtpd --- SMTP サーバー — Python 3.6.5 ドキュメント 8717
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... t, port) タプルである必要があります。 このクラスは asyncore.dispatcher を継承しており、インスタンス化時に自身を ... asyncore のイベントループに登録します。 data_size_limit には ... tionary is a suitable value). If not specified the asyncore global socket map is used. enable_SMTPUTF8 determi ...
https://man.plustar.jp/python/library/smtpd.html - [similar]
18. プロセス間通信とネットワーク — Python 3.6.5 ドキュメント 8349
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 9.10. トランスポートとイベントループを閉じる 18.6. asyncore --- 非同期ソケットハンドラ 18.6.1. asyncoreの例: 簡 ...
https://man.plustar.jp/python/library/ipc.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 8192
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... です。 (Contributed by Giampaolo Rodolà; bpo-8807 .) asyncoreasyncore.dispatcher に handle_accepted() が追加さ ... 代わりに使うべきです。 セキュリティリスクがあるので asyncore.handle_accept() は非推奨となり、それを置き換える新 ... しい関数 asyncore.handle_accepted() が追加されました。 (Contributed ... ficates imaplib http.client unittest random poplib asyncore tempfile inspect pydoc dis dbm ctypes site sysconf ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 8122
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... りました。 (Contributed by Mariatta in bpo-25002 .) asyncoreasyncore は asyncio により非推奨になりました。 ( ... 非推奨の Python モジュール、関数、メソッド asynchat asyncore dbm distutils grp importlib os re ssl tkinter venv ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 8052
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... synchronous I/O, event loop, coroutines and tasks. asyncore A base class for developing asynchronous socket ha ...
https://man.plustar.jp/python/py-modindex.html - [similar]
18.5.9. asyncio での開発 — Python 3.6.5 ドキュメント 7982
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 前のトピックへ 18.5.8. キュー 次のトピックへ 18.6. asyncore --- 非同期ソケットハンドラ ナビゲーション 索引 モジ ...
https://man.plustar.jp/python/library/asyncio-dev.html - [similar]
Python 標準ライブラリ — Python 3.6.5 ドキュメント 7982
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... I/O、イベントループ、コルーチンおよびタスク 18.6. asyncore --- 非同期ソケットハンドラ 18.7. asynchat --- 非同 ...
https://man.plustar.jp/python/library/index.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 7982
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e (if threads or subprocesses cannot be used). See asyncore for another way to manage this. 21.21.2. Serverオブ ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
PREV 1 2 NEXT