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.
在整个互联网上,我看到似乎通常将“TIdTCPClient”放置在自定义 TThread 后代中......为什么这样做?
有时我也会在这样的线程中看到服务器......为什么?
干杯,阿德里安
Indy 使用阻塞 I/O,最好在线程中处理,这是 Indy 整体设计的核心。阻塞主 UI 线程给用户的印象是应用程序被冻结,而实际上并非如此。有关更多信息,请查看“Indy 简介”。