You shouldn't expect the deployer to provide a list of all member machines or processes for the system to operate.
应该让部署者提供系统运行所需的所有成员机器及进程的列表。
There, now we have a nice, discrete list of binaries that are currently executing and all load libpthreads.a. Note that there are many more processes on this system than this at this time.
于是,我们得到了目前正在执行并加载了libpthreads . a库的二进制文件的排序列表。
Within the Linux kernel, all active processes are represented using a doubly linked list of task_struct. The kernel maintains a pointer-current-to the process currently executing on the system.
在Linux kernel中,所有的进程都是用双链表表示的,双链表带的数据是task_struct . kernel保存一个current指针,指向当前系统中执行的进程。
应用推荐