[Queue-developers] queued.c source code question
Brought to you by:
wkrebs
From: Monica L. <ml...@al...> - 2000-07-14 19:49:21
|
Hi, I am using Queue version 1.12.9. In the queued.c source code, it keeps track of the pid of the forked off queue daemons. However, does it keep track of the pid of the actual job that it is running? I am having trouble finding this actual job pid in the code. For example, I want to run "xclock." The parent queue daemon forks off a child queue daemon, and this child queue daemon is in turn the parent of the xclock process. I want to know the pid of this xclock process. Does anyone know where this pid is kept in the code? Thanks, Monica |