• File locking status and errors.

    文件锁定状态和错误。

    youdao

  • Introducing file locking to walrus.

    引入对Walrus的文件锁定。

    youdao

  • Some provide file locking to prevent concurrent access.

    有些提供了文件锁来防止多个用户的并行访问。

    youdao

  • The code implements the file locking mechanism in Eucalyptus.

    代码实现了Eucalyptus中的文件锁定机制。

    youdao

  • See Disabling file locking for more information on this topic.

    参见解除文件锁定功能了解更多相关信息。

    youdao

  • File locking is a very tricky issue and race conditions abound.

    文件加锁是一个非常棘手的问题,很多时候都存在竞争条件。

    youdao

  • File locking - The process of obtaining an exclusive lock on a file over a network.

    文件锁定——通过网络获取文件排它锁定的过程。

    youdao

  • File locking is used to ensure exclusive access to the files that make up a recovery log.

    使用文件锁定确保对组成恢复日志的文件的排它访问。

    youdao

  • One potential drawback that management can point to is the lack of file locking within CVS.

    管理人员可能遇到的一个潜在缺陷是CVS内缺乏文件锁定功能。

    youdao

  • If concurrency is a problem, either use file locking or use a proper database with transactional support.

    如果并发性是一个问题,可以使用文件锁或使用适当的数据库事务的支持。

    youdao

  • The restructuring of file locking support allows the server to maintain the lock state of files using a lease-based model.

    文件锁定支持的重构让服务器可以用基于租约的模型来保持文件的锁状态。

    youdao

  • On POSIX-compliant systems, file handles are process and not thread attributes. Here are a few guidelines for using file locking.

    在与POSIX兼容的系统上,文件句柄是进程属性,而不是线程属性。

    youdao

  • As I noted previously, the necessary hash data structures were retrieved and updated using tie'd variables and MLDBM file locking.

    正如我在前面介绍的那样,可以使用tie ' d变量和MLDBM文家锁定来检索和更新所需的哈希数据结构。

    youdao

  • Methods of file locking and record locking or file unlocking and record locking or file unlocking and record unlocking were given.

    给出,文件、记录加锁解锁的方法及解决死锁问题的途径。

    youdao

  • The ha function for the transaction service USES network file locking, and different file systems have different file locking behaviors.

    事务服务的ha功能使用网络文件锁定,且不同的文件系统有不同的文件锁定操作。

    youdao

  • In this article, you learn how to use the Boost IPC library to implement Shared memory objects, message queues, and synchronized file locking.

    本文中将学习如何使用Boostipc库实现共享内存对象、消息队列和同步文件锁。

    youdao

  • You might have some ideas about using file locking or other operating system-specific tricks to synchronize access to a file in a distributed environment.

    您此时可能想到使用文件锁或其他特定于操作系统的技巧,以在分布式环境中同步对文件的访问。

    youdao

  • To prevent such problems from occurring, WebSphere Application Server USES network file locking technology to ensure exclusive access to recovery log files.

    要避免这样的危险发生,WebSphereApplicationServer使用网络文件锁定技术来确保对恢复日志文件的排它访问。

    youdao

  • In addition, this new version of the NFS protocol supports byte range file locking, whereas previous versions used the lockd protocol provided by the Network lock Manager.

    此外,这个新版本的NFS协议支持字节范围的文件锁定,而先前版本使用的是网络锁管理器(Net work lock Manager)提供的lockd协议。

    youdao

  • Using a single file is problematic, especially in a multi-user system because of issues of file locking and the performance problems associated with working with a single, large file.

    使用单个文件可能会存在一些问题,特别是在多用户的系统中,因为在使用单个、较大的文件时,可能会出现与其相关联的文件锁定和性能问题。

    youdao

  • The disabling file locking section contains a discussion of the effect of disabling locking and how to configure this functionality when NFSv3 is used with automatically initiated peer recovery.

    解除文件锁定功能部分将讲述解除文件锁定功能产生的影响以及当通过自动对等恢复使用NFSv3时,如何配置该功能。

    youdao

  • File object locking is not available, but the modified block storage technique can be introduced here the way we did in this article to maintain data consistency.

    文件对象锁定不可用,但已修改的块存储技术可在此引入,按照本文介绍的方式保持数据一致性。

    youdao

  • For the most part, it will mean scaling up the actual back-end database or file manipulation to allow for better and smarter locking.

    在大多数情况下,重构意味着要扩展后端数据库或文件操作的能力,从而更好更明智地进行锁定。

    youdao

  • CIFS allows multiple clients to access and update the same file, while preventing conflicts with sophisticated file sharing and locking semantics.

    在使用完善的文件共享和锁定语义来防止冲突的同时,CIFS允许多个客户端对同一个文件进行访问和更新。

    youdao

  • To implement file sharing and locking mechanism we have created a class called WalrusVirtualBlockManager.

    为了实现文件共享和锁定机制,我们创建了一个名为WalrusVirtualBlockManager的类。

    youdao

  • Using scoped_lock, you don't need to explicitly lock or unlock the file; the locking occurs inside the constructor, and the unlocking happens automatically whenever you exit the scope.

    如果使用scoped_lock,就不需要显式地锁定或解锁文件;锁定发生在构造器内,每当您退出该范围,就会自动发生解锁。

    youdao

  • The flock locking is purely advisory — it won't prevent other programs from writing to the file if they don't use it.

    flock锁定仅仅是建议性的——如果其他程序不使用它,它就不能阻止它们写文件。

    youdao

  • File safety specifications (so that multiple machines can access the same file without locking problems and opportunistic locking).

    文件安全规范(这样,多台计算机就可以访问同一个文件,而不会出现锁定问题和伺机锁定)。

    youdao

  • This is a useful line of thought, so I strongly encourage programmers to start writing their programs by locking down the configuration file format.

    这是非常有益的想法,所以我强烈推荐程序员通过释放配置文件格式开始编写他们的程序。

    youdao

  • Compared to other version control systems, CVS is most notable for its non-locking repository, which allows multiple developers to check out the same file at the same time.

    与其他版本控制系统相比,CVS最令人称道的地方就是其非锁定存储库,这使多个开发人员能够同时检出同一个文件。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定