X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Thu, 16 Oct 2003 09:04:34 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <7494-Thu16Oct2003090433+0200-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (ahenric AT ccii DOT co DOT za) Subject: Re: Speeding up timer References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: ahenric AT ccii DOT co DOT za (Arne) > Newsgroups: comp.os.msdos.djgpp > Date: 14 Oct 2003 07:31:02 -0700 > > Thats why I think the signal SIGALRM is called somehow always > from this original handler. Any idea how to generate SIGALRM from my > own handler? The SIGALRM generation code is written to raise the signal once on each occurence of Int 8. So, if you want SIGALRM and Int 8 to operate with two different frequencies, you will have to rewrite the itimer.c code, or use your own customized machanism of raising SIGALRM.