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.
Apache Commons Pool を使用したプールの実装において、LIFO スタックと FIFO キューのどちらの利点があるのか疑問に思っています。タイムアウト接続 (開始時に開かれるが、ピーク時まで使用されない) を回避し、おそらくアイドル状態でテストする必要を回避するために、FIFO としてデフォルトにする方が「安全」ではないでしょうか?
ご意見をいただければ幸いです。どうもありがとうございました。