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.
同时使用一个 TarantoolConnection16 实例会导致“断管”异常。一个简单的连接池解决了这个问题。
我是否错过了适当的线程安全连接类或以某种方式滥用了示例中的连接类?我所做的与图书馆自述文件中的示例不同的是,我重用了连接和模式。
TarantoolConnection16 有状态,不能是线程安全的。您应该使用任何开源连接池。以 Apache Commons Pool 为例。