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.
Castor 的Schema对象线程安全吗?
第一个猜测是肯定的。因为它的源代码有许多同步方法,而且它主要使用 Hashtable(它是线程安全的)来存储其内部数据。因此,我猜想设计该类的人考虑过线程安全性,如果由于某种原因它不是线程安全的,那么它很可能是一个错误。