Re: How to halt a running program without losing data?
- From: Walter Spector <w6ws_xthisoutx@xxxxxxxxxxxxx>
- Date: Thu, 29 Dec 2005 17:39:10 GMT
*** Russell wrote:
> ... As a developer, I
> would much prefer to assume this burden myself and distribute an
> executable only, targeted for a particular OS, rather than take the
> "batteries not included" approach.
Me too. Also the ad-hoc approach of polling a data file is not always
reliable, and can carry performance problems.
C programmers have always been able to use a portable signal facility
that is part of the standard library, but Fortran programmers have not
been so lucky.
Once again I will note that the POSIX.9 Standard corrects this deficiency
for Fortran by defining a portable interface to sigaction and friends.
Walt
.
- Follow-Ups:
- Re: How to halt a running program without losing data?
- From: Mr Hrundi V Bakshi
- Re: How to halt a running program without losing data?
- References:
- Re: How to halt a running program without losing data?
- From: Ron Shepard
- Re: How to halt a running program without losing data?
- From: *** Russell
- Re: How to halt a running program without losing data?
- From: *** Hendrickson
- Re: How to halt a running program without losing data?
- From: *** Russell
- Re: How to halt a running program without losing data?
- Prev by Date: Re: dumb question #1 re: DO loops
- Next by Date: Re: dumb question #1 re: DO loops
- Previous by thread: Re: How to halt a running program without losing data?
- Next by thread: Re: How to halt a running program without losing data?
- Index(es):