From: "PAOLO GAVA" Newsgroups: comp.os.msdos.djgpp Subject: critical section Lines: 11 X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Message-ID: <2LFM3.188$va4.4238@nsw.nnrp.telstra.net> Date: Tue, 12 Oct 1999 22:29:15 +1000 NNTP-Posting-Host: 203.41.169.32 X-Complaints-To: abuse AT telstra DOT net X-Trace: nsw.nnrp.telstra.net 939731006 203.41.169.32 (Tue, 12 Oct 1999 22:23:26 EST) NNTP-Posting-Date: Tue, 12 Oct 1999 22:23:26 EST Organization: Customer of Telstra Big Pond Direct To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I need some advice. I want to execute a function that can never be interrupted. So I tried to disable the interrupt with CLI, but it doesn't work in fact the clock interrupt is still coming. What can I do? Paolo