all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#9100: timeout should use setitimer if available
@ 2011-07-16 19:23 Paul Eggert
  2011-07-16 19:25 ` Paul Eggert
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggert @ 2011-07-16 19:23 UTC (permalink / raw
  To: 9100

setitimer has nanosecond resolution, which is better than the
one-second resolution that 'alarm' has.  timeout should use
setitimer if available, to take advantage of this.  On 64-bit
hosts, this has the additional advantage of increasing the
upper bound for timeouts from 2**31 seconds to 2**63 seconds
(about 68 years to about 292 billion years, which should be
long enough for most practical purposes :-).






^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#9100: timeout should use setitimer if available
  2011-07-16 19:23 bug#9100: timeout should use setitimer if available Paul Eggert
@ 2011-07-16 19:25 ` Paul Eggert
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggert @ 2011-07-16 19:25 UTC (permalink / raw
  To: 9100-done

Oops, sorry, sent that to the wrong bug address;
it was meant for bug-coreutils.  Please ignore.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-16 19:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-16 19:23 bug#9100: timeout should use setitimer if available Paul Eggert
2011-07-16 19:25 ` Paul Eggert

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.