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.
内部输入处理器也执行对钥匙的锁定和解锁作为悲观锁定。但是与悲观锁定相比,入口处理器更有效。这些to有什么区别?
来自邮件列表的答复副本:
EntryProcessor 不执行锁定。由于 EntryProcessors 与所有其他操作在相同的分区线程中运行,因此没有必要这样做,因此您具有类似的隐式锁定行为。这就是为什么 EntryProcessors 不应该是长时间运行的操作的原因!