Mail Archives: djgpp/2000/01/29/06:04:54
On Sat, 29 Jan 2000, Eli Zaretskii wrote:
> sl wrote:
> >
> > When alt-f5 is hit and the user-window is displayed, RHIDE does not
> > release timeslices. As a result, RHIDE uses up 100% of my cpu under OS/2 4.0.
>
> Correct me if I'm wrong, but when you press Alt-F5, what runs is the user
> program, not RHIDE, isn't that so? If so, then the debugged program is the
> one that doesn't release its time slices, not RHIDE.
>
No. rhide simply waits for some key event to stop showing user screen and
there is no _dpmi_yield() in this loop. The same problem is with Linux
version of rhide (it uses non-blocking input: timeout(0) call to ncurses)
Andris
- Raw text -