您要查找的是不是:
- Simulate large numbers of client sessions by concurrently accessing one or more protocol servers. 通过同时访问一或多个协议服务器模拟大量客户端会话。
- Some kernel data structures should be protected from being concurrently accessed by kernel control paths that run on different CPUs. 运行在不同处理器上的内核流同时访问的一些内核数据结构应该被保护。
- It is often useful to allow a limited number of threads concurrent access to a resource. 允许有限数目的线程并发访问某个资源通常十分有用。
- During the time that it is held, the Sch-M lock prevents concurrent access to the table. 保持该锁期间,Sch-M锁将阻止对表进行并发访问。
- Applications characterized by real time highly concurrent access, with short duration transactions. 以实时高并发访问为特征且具有持续时间较短的事务的应用程序。
- Your applications must be prepared to support multiple concurrent access by users with differing locale requirements. 应用程式必须做好准备,支援具有不同地区需求的用户的多个并发存取。
- The CD-ROM network provides concurrent access to the CD-ROM databases in the City Hall Reference Library from the Kowloon Central Library, Arts Library and all district libraries. 唯读光碟网络让九龙中央图书馆、艺术图书馆和所有分区图书馆可同时接通设于大会堂参考图书馆的唯读光碟数据库。
- Locking is a mechanism that prevents concurrent access to a particular item of data. 锁是用来防止并发访问同一数据的机制。
- The servlet specification does not suggest any mechanism for coordinating concurrent access to shared attributes. servlet的详细说明没有建议任何并发获取共享属性的机制。
- If you deal with concurrent access of functions, either by threads or processes, you can face problems caused by non-reentrancy of the functions. 如果要对函数进行并发访问,不管是通过线程还是通过进程,您都可能会遇到函数不可重入所导致的问题。
- Given a scenario, write code that makes appropriate use of object locking to protect static or instance variables from concurrent access problems. 在给定的条件下;写出正确使用对象锁保护静态或实例变量不会产生并发访问问题的代码.
- The CD-ROM network provides concurrent access to the CD-ROM databases in the City Hall Reference Library from the Kowloon Central Library,Arts Library and all district libraries. 唯读光碟网络让九龙中央图书馆、艺术图书馆和所有分区图书馆可同时接通设于大会堂参考图书馆的唯读光碟数据库。
- In particular, nearly every modern processor has instructions for updating shared variables in a way that can either detect or prevent concurrent access from other processors. 特别是,几乎每个现代处理器都有通过可以检测或阻止其他处理器的并发访问的方式来更新共享变量的指令。
- In the early days of programming, non-reentrancy was not a threat to programmers; functions did not have concurrent access and there were no interrupts. 在早期的编程中,不可重入性对程序员并不构成威胁;函数不会有并发访问,也没有中断。
- Under the hood, operations on atomic variables get turned into the hardware primitives that the platform provides for concurrent access, such as compare-and-swap. 在表面之下,原子变量的操作会变为平台提供的用于并发访问的硬件原语,比如比较并交换。
- The transaction support in JDBC 2 gave developers control over concurrent access to their data, thereby ensuring that persisted data is always in a consistent state. JDBC 2中的事务支持让开发人员可以控制对数据的并发访问,从而保证持续数据总是保持一致的状态。
- Students must have access to a good library. 学生要有使用好图书馆的便利条件。
- He was denied access to the Queen. 他未被准许接近女王。
- Students must get access to good books. 学生必须有机会读到书。
- It is possible to encapsulate very complex logic without worry about about concurrent accesses. 可以可能地封装十分复杂的逻辑,而不需要担心并行访问。