<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 11/10/2010 10:20 AM, Srinivas Eeda wrote:
<blockquote cite="mid:4CDAE26C.1000707@oracle.com" type="cite">
<blockquote type="cite">
<pre wrap="">How about adding signal handler here since the daemon always being
killed by signal:
</pre>
</blockquote>
<pre wrap=""><!---->I agree. I'll add the signal handler.</pre>
</blockquote>
I just realized that users usually kill with SIGKILL which cannot be
caught. Also, there is not much to cleanup other than removing the file
which is not preventing from spawning a new process.<br>
</body>
</html>