Subject | English | Chinese simplified |
comp., MS | application isolation | 应用程序隔离 (The separation of applications by process boundaries that prevent the applications from affecting one another) |
comp., MS | atomicity, consistency, isolation, durability | 原子性, 一致性, 隔离性, 持久性 (The four essential properties of an electronic transaction. Atomicity requires that a transaction be fully completed or else fully canceled. Consistency requires that resources used are transformed from one consistent state to another. Isolation requires all transactions to be independent of each other. Durability requires that the completed transaction be permanent, including survival through system failure) |
comp., MS | isolation level | 隔离级别 (The property of a transaction that controls the degree to which data is isolated for use by one process, and is guarded against interference from other processes) |
comp., MS | network isolation | 网络隔离 (The use of an IP address pool to enable multiple copies of a lab environment to be run concurrently without causing network conflicts such as conflicts in computer names, DNS registration, and so forth) |
comp., MS | network isolation environment | 网络隔离环境 (A virtual environment that is run with network isolation, thereby protecting it from network conflicts) |
comp., MS | privilege isolation | 特权隔离 (A window manager subsystem that blocks applications at a lower UI privilege level from sending messages to or hooking threads belonging to processes with a higher UI privilege level) |
comp., MS | snapshot isolation level | 快照隔离级别 (A transaction isolation level in which each read operation performed by a transaction returns all data as it existed at the start of the transaction. Because a snapshot transaction does not use locks to protect read operations, it will not block other transactions from modifying any data read by the snapshot transaction) |
comp., MS | transaction isolation level | 事务隔离级别 (The property of a transaction that controls the degree to which data is isolated for use by one process, and is guarded against interference from other processes) |
comp., MS | user isolation | 用户隔离 (A method, using user names, for separating and isolating content areas within an FTP site. This is to ensure that users don't access FTP directories of one another) |