[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] signal safe mutex in bash
From: |
Greg Wooledge |
Subject: |
Re: [Help-bash] signal safe mutex in bash |
Date: |
Mon, 22 Apr 2013 08:38:08 -0400 |
User-agent: |
Mutt/1.4.2.3i |
On Sat, Apr 20, 2013 at 01:31:19PM -0500, Peng Yu wrote:
> I see discussions on mutex based on lockfile
http://mywiki.wooledge.org/BashFAQ/045
> But it is not safe with
> respect to signals like SIGINT SIGTERM.
Some of my examples are. Be sure to read the full page.