首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

子进程的PID一定大于父历程的PID吗

2012-10-10 
子进程的PID一定大于父进程的PID吗?如题[解决办法]没关系。[解决办法]Process IdentifiersBy default Linux

子进程的PID一定大于父进程的PID吗?
如题

[解决办法]
没关系。
[解决办法]
Process Identifiers

By default Linux wraps around the process identifiers when they exceed 32768. Increasing the interval between these rollovers is beneficial to ease process identifcation and process management within Condor (i.e., prevent fork() failures).

热点排行