On Fri, Jan 8, 2010 at 1:46 PM, Nedko Arnaudov <nedko(a)arnaudov.name> wrote:
"Gabriel M. Beddingfield"
<gabrbedd(a)gmail.com> writes:
> "The application, after receiving the signal, should
> save as soon as possible. However, the saving does
> not have to happen in the signal-handler function
This is far too weak -- it _cannot_ safely be done from a signal handler.
Chris