守护进程 meaning in English
finger daemon finger
Examples
- The daemon sets up this shared memory upon initialization and acts as a garbage collector thereafter , helping to ensure that only active processes remain registered
守护进程在初始化时设置将这个共享内存并在其后扮演垃圾收集器的角色以确保只有活动进程保持注册。 - The slot manager runs as a daemon to control the number of token slots provided to applications , and it interacts with applications using a shared memory region
槽管理器作为守护进程来运行以控制向应用程序提供的令牌槽数,并且使用一个共享内存区域与应用程序交互。 - Once an embedded device becomes a fully functional unit with linux running on top of it , lots of daemons tend to run in the background generating lots of log messages
当linux运行于嵌入式设备上时,该设备就成为功能全的单元,许多守护进程会在后台运行并生成许多日志消息。 - You need to specify the cluster name and type along with the host name where the grid access bridge daemon gabd is running and the port on which the process is listening
您需要定义集群的名称和类型,以及网格访问桥接守护进程( grid access bridge daemon , gabd )所运行的主机名和该进程监听的端口号。 - We will also assume that openssh has already been installed , that the ssh daemon process sshd is configured to start at system boot time , and that public and private keys have been generated for each machine
我们还假设openssh已经被安装, ssh守护进程( sshd )被配置为在系统启动时启动,每个机器的公钥和私钥已经生成好了。