On Mon, Jan 08, 2007 at 12:57:48AM +1100, Paul TBBle Hampson wrote:
> Maybe the close-file-after-executing-closure code doesn't throw
> exceptions? Or they're ignored? I dunno. Need an actual Ruby programmer
> for this one. ^_^

<programmer lang="ruby" status="actual">
File.open throws exceptions, and if an exception is thrown by the writing of
the PID then the daemon will exit with a return value of 74.
</programmer>

> But hopefully the 0.22 changes will make that all unneccessary.

<pokerustlerustle>  0.22.0 will do exactly the same thing as 0.20.1.  The
actual writing of the PID file is buried in another class (Pidlock), but the
exception is still caught and acted upon the same way.

- Matt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to