synchronization
n. [物] 同步;同时性
2025-11-25 04:39 浏览次数 12
n. [物] 同步;同时性
"the drug produces an increased synchrony of the brain waves"
"the synchronization of their watches was an important preliminary"
frame synchronization帧同步;框同步
synchronization system同步系统
estrus synchronization同步发情
frequency synchronization率同步
dramatic synchronization声画同步
Galatic Synchronization同化银河系
Uplink Synchronization上行同步
self synchronization自动同步;自同步
Flash synchronization闪光同步
line synchronization[电子]
data synchronization[通信] 数据同步;数据同步设计
time synchronization时间同步;时钟同步
synchronization network同步网
completes synchronization with the deployment manager.
完成与部署管理器的同步。
if it had been placed after the list of messages, and a user had deleted a message while offline, the offline server would become lost during synchronization because the list size would have changed.
如果它被放置在消息列表之后,并且用户在脱机状态下已删除了一条消息,那么脱机服务器在同步过程中将会丢失,因为列表的大小会发生变化。
another way to avoid synchronization issues is to allocate a large chunk of global memory and break it into smaller slots, where each slot is to be used by one thread for logging.
另一种避免同步问题的方法是,分配一个很大的全局内存块,并将其划分为较小的槽位,其中每个槽位都可由一个线程用来进行日志记录。
a lack of synchronization can be a modeling error if more than the desired process behaviors occur, but it’s not always an error (unlike a deadlock).
如果出现的流程行为超过需要,则缺乏同步便是一个建模错误,但它并非始终是一个错误,这一点与死锁不同。
even though it is simple and it supports any physical device storage type, data migration/replication across systems and host instances synchronization across organization is not possible.
尽管它很简单而且支持任何物理设备存储类型,但是不可能实现跨系统数据迁移/复制和跨组织宿主实例同步。
it then calls the following to determine if synchronization is required.
然后调用下面的方法决定是否需要同步。
however, when you analyze it you realize that synchronization is required only for the first invocation of the method.
然而,当分析这段代码时,您会意识到只有在第一次调用方法时才需要同步。
my next step is to wire them up using a common channel as a shared synchronization mechanism and then kick each one off.
下一步就是使用一个用作共享同步机制的公共通道把它们联系在一起,然后从中剔除一个进程。
to do this, follow the user synchronization process, choosing to register or synchronize from the list of groups.
为此,选择从组列表进行注册或同步,按照用户同步进程进行操作。
further, the performance costs of synchronization are often overstated.
此外,同步的性能代价经常是被夸大的。
it can send transactional work to any of the database copies based upon availability, system utilization, or its synchronization state.
它可以根据可用性、系统利用率或同步状态将事务性工作发送到任何数据库副本。
for the framework, we plan to add support for data synchronization between local and remote service providers, since this is currently something that the application developer must do themselves.
对于该框架来说,我们打算在本地和远程服务提供商之间增加数据同步支持,因为目前这是应用开发者必须要自己解决的问题。
in any synchronization scenario each participating data store will fall into one of four categories.
在任何同步方案中,每个参与的数据存储将归为四个类别中的一个。
this synchronization can be scheduled or can be based on administrator or user demand.
这种同步可以定期进行,或者根据管理员或用户的需要进行。
the code change in this example did not involve any synchronization and so there are no issues with the locking behavior of the application.
本例中的这个代码更改没有涉及任何同步,因此也没有产生应用程序的锁定行为问题。
for simplicity, the synchronization of data with the server is omitted.
为简单起见,此处省略服务器段的数据同步。
you should get three notifications every minute if you have not modified the default node synchronization interval.
如果没有修改过缺省的节点同步时间间隔的话,您应该会每分钟接收到三个通知。
the idea is to avoid the costly synchronization for all invocations of the method except the first.
这个想法是为了避免对除第一次调用外的所有调用都实行同步的昂贵代价。
by using the same policy, both jvms have similar, but not identical, thread scheduling and synchronization characteristics.
通过使用相同的策略,这两种jvm具有相似但不相同的线程调度和同步特征。
while all of the lock acquisitions will be uncontended and therefore fast, the compiler can actually eliminate the synchronization entirely using lock elision.
虽然所有锁的获得都是非竞争的,所以很快,但是编译器实际上可以用锁省略把同步完全清除掉。
if time synchronization is not a problem in your enterprise intranet, you can ignore this section.
如果时间同步在您的企业内部网中不是问题,您可以略过这部分。
what happens if the synchronization service does not run?
如果同步服务不运行了,会发生什么?
one drawback is that you must write the actual synchronization logic and any conflict-handling logic.
一个缺点是用户必须编写实际的同步逻辑和任何沖突解决逻辑。