An entire application is stored as many simple metadata text files which are easily synchronized with a developer's preferred version control system.
整个应用程序被存储为许多简单的元数据文本文件,这些文件可以与开发人员钟爱的版本控制系统轻松同步。
Many of those object types specific to the production environment can be synchronized via another PowerHA technology called Administrative Domain.
一些特定于生产环境的此类对象类型,可以通过另一种PowerHA技术(称为Administrative Domain)来实现同步操作。
The Lock framework is a compatible replacement for synchronization, which offers many features not provided by synchronized, as well as implementations offering better performance under contention.
Lock框架是同步的兼容替代品,它提供了synchronized没有提供的许多特性,它的实现在争用下提供了更好的性能。
This means that when many threads are all contending for the same lock, the total throughput is generally going to be better with ReentrantLock than with synchronized.
这意味着当许多线程都在争用同一个锁时,使用ReentrantLock的总体开支通常要比synchronized少得多。
This means that when many threads are all contending for the same lock, the total throughput is generally going to be better with ReentrantLock than with synchronized.
这意味着当许多线程都在争用同一个锁时,使用ReentrantLock的总体开支通常要比synchronized少得多。
应用推荐