Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ポート25で(ローカルの)PostfixサーバーのおかげでSMTP経由でファイルを送信するプログラムを書いています。
複数のスレッド(したがって複数のソケット)を使用して、電子メールをより速く挿入することは可能ですか?
ボトルネックがどこにあるかに完全に依存します。SMTPサーバーまたはネットワーク上にある場合、答えはノーです。Pythonコードに含まれている場合は、おそらくそうです。