From: ludo@gnu.org (Ludovic Courtès)
To: bug-guile@gnu.org
Subject: Re: signal handling different in 1.8.3 than 1.8.1?
Date: Sat, 07 Jun 2008 12:38:50 +0200 [thread overview]
Message-ID: <874p851qdh.fsf@gnu.org> (raw)
In-Reply-To: Pine.LNX.4.64.0806061548290.12108@ashmore.csail.mit.edu
Hi,
Gregory Marton <gremio@csail.mit.edu> writes:
> As these are asynchronous, (alarm 10) could actually set off the alarm
> at any time after ten seconds. Is it still possible to write
> with-timeout?
[...]
> To put it another way, I sure would like to have some guarantees about
> when some asynchronous things will happen. Even with the (sleep 1)s,
> my with-timeout test cases fail.
That's a good question. Technically, all blocking calls like `sleep'
and `select' (anything that calls `scm_std_select ()') run the system
asyncs. The evaluator also runs them periodically, typically anytime a
procedure is invoked (look for `SCM_TICK' in `CEVAL ()'). So, normally,
system asyncs should be run "as soon as possible".
The `(statprof)' module in Guile-Library, for instance, uses a SIGPROF
handler to do statistical profiling. Now, it's unclear what latency
there is between signal delivery and handler invocation, and it's
unclear what influences it...
Thoughts?
Thanks,
Ludovic.
next prev parent reply other threads:[~2008-06-07 10:38 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-01 19:35 signal handling different in 1.8.3 than 1.8.1? Gregory Marton
2008-06-03 15:07 ` Ludovic Courtès
2008-06-03 16:05 ` Gregory Marton
2008-06-03 20:32 ` Ludovic Courtès
2008-06-06 19:37 ` Gregory Marton
2008-06-06 19:56 ` Gregory Marton
2008-06-07 10:38 ` Ludovic Courtès [this message]
[not found] ` <Pine.LNX.4.64.0806260936100.31255@ashmore.csail.mit.edu>
[not found] ` <87bq1ngvw7.fsf@gnu.org>
2008-06-27 19:05 ` Gregory Marton
2008-06-28 18:09 ` Ludovic Courtès
2008-06-29 17:45 ` Gregory Marton
2008-06-29 18:02 ` Gregory Marton
2008-06-29 18:06 ` Gregory Marton
2008-06-30 7:38 ` Ludovic Courtès
2008-07-07 0:30 ` Gregory Marton
2008-07-07 8:57 ` Ludovic Courtès
2008-07-17 12:08 ` Gregory Marton
2008-07-17 12:37 ` Ludovic Courtès
2008-07-17 15:24 ` Gregory Marton
2008-07-17 15:51 ` Ludovic Courtès
2008-07-17 15:59 ` Gregory Marton
2008-07-17 20:47 ` Neil Jerram
2008-07-17 22:11 ` Gregory Marton
2008-07-18 8:18 ` Ludovic Courtès
2008-07-18 11:23 ` Gregory Marton
2008-07-18 12:02 ` Ludovic Courtès
2008-07-18 13:44 ` with-timeout and asynchronous alarm (was: signal handling different in 1.8.3 than 1.8.1?) Gregory Marton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=874p851qdh.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=bug-guile@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).