search for: apr13

Displaying 1 result from an estimated 1 matches for "apr13".

Did you mean: gpr13
2011 Apr 18
2
Problem with resque; parent process doesn't die
...this executes. When execution overs, both processes should die automatically. My problem is, the parent process doesn''t die though child process has finished execution. ''ps aux | grep resque'' shows following result on my machine: root 7205 0.0 0.7 228012 122920 ? Ss Apr13 0:21 resque-1.13.0: Forked 12933 at 1302843615 Here it states that process 7205 has forked process 12933, but I don''t see process 12933 running in the system(means it has finished execution) What should be problem with parent process doesn''t die? What is solution on this? Tha...