Skip to content
Prev 4010 / 63424 Next

OS calls

On Wed, 21 Jun 2000, Paul Gilbert wrote:

            
BTW, your sleep function is a really bad idea in a GUI environment (GNOME
or tcltk or even an X11 graphics device) as it blocks all GUI events.  The
version I use for the Windows port of xgobi sleeps for 500ms, then wakes up
and handles Windows events, goes back to sleep .... S-PLUS runs its
graphics devices (on Unix) in separate processes, but R does not.